#575FF8

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

Shades of Neon Blue #575FF8

Tints of Neon Blue #575FF8

Color information

#575FF8 (or 0x575FF8) is unknown color: approx Neon Blue. HEX triplet: 57, 5F and F8. RGB value is (87,95,248). Sum of RGB (Red+Green+Blue) = 87+95+248=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #575FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FF8 is #A8A007. Grayscale: #6D6D6D. Windows color (decimal): -11051016 or 16277335. OLE color: 16277335.

HSL color Cylindrical-coordinate representation of color #575FF8: hue angle of 237.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575FF8 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8795248-
CMYK0.650.6200.03
HSL237.02º92%65.69%-
HSV(B)237.02º64.92%97.25%-
XYZ24.9716.9990.77-
YUV110.05205.85111.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.23%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 248 (97.27% from 255) = 57.67%
R=20.23%
G=22.09%
B=57.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal87952480.650.6200.03237.029265.69
Hex575FF8413E03ed5c42
Octal1271373701017603355134102
Binary101011110111111111100010000011111100111110110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,95,248); }

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

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

 a { background-color: rgb(87,95,248); }

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

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

 span { border-color: rgb(87,95,248); }

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