Different Neural Networks were trained on ImageNet dataset with different image preprocessing. The main types of preprocessing widely used in keras.applications are presented in this enumeration.
This preprocessing will convert the images from RGB to BGR, then will zero-center each color channel with respect to the ImageNet dataset, without scaling.