#575be7

Color #575BE7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #575BE7

Tints of Neon Blue #575BE7

Color information

#575BE7 (or 0x575BE7) is unknown color: approx Neon Blue. HEX triplet: 57, 5B and E7. RGB value is (87,91,231). Sum of RGB (Red+Green+Blue) = 87+91+231=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #575BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BE7 is #A8A418. Grayscale: #696969. Windows color (decimal): -11052057 or 15162199. OLE color: 15162199.

HSL color Cylindrical-coordinate representation of color #575BE7: hue angle of 238.33º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575BE7 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8791231-
CMYK0.620.6100.09
HSL238.33º75%62.35%-
HSV(B)238.33º62.34%90.59%-
XYZ22.115.2877.39-
YUV105.76198.67114.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=21.27%
G=22.25%
B=56.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal87912310.620.6100.09238.337562.35
Hex575BE73E3D09ee4b3e
Octal127133347767501135611376
Binary101011110110111110011111111011110101001111011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575be7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575be7; }

 p { color: rgb(87,91,231); }

 H1.HeaderClassName
 {
   color: #575be7;
 }
 .AnyTagClassName
 {
   color: #575be7;
 }
</style>
background-color css

<style>
 a { background-color: #575be7; }

 a { background-color: rgb(87,91,231); }

 div.DivClassName
 {
   background-color: #575be7;
 }
 .BgClassName
 {
   background-color: #575be7;
 }
</style>
border-color css

<style>
 span { border-color: #575be7; }

 span { border-color: rgb(87,91,231); }

 td.TdClassName
 {
   border-color: #575be7;
 }
 .TagClassName
 {
   border-color: #575be7;
 }
</style>