#575EF2

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

Shades of Neon Blue #575EF2

Tints of Neon Blue #575EF2

Color information

#575EF2 (or 0x575EF2) is unknown color: approx Neon Blue. HEX triplet: 57, 5E and F2. RGB value is (87,94,242). Sum of RGB (Red+Green+Blue) = 87+94+242=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 242 (94.92% from 255 or 57.21% from 423); Max value from RGB is 242 - color contains mainly: blue. Hex color #575EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EF2 is #A8A10D. Grayscale: #6C6C6C. Windows color (decimal): -11051278 or 15883863. OLE color: 15883863.

HSL color Cylindrical-coordinate representation of color #575EF2: hue angle of 237.29º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575EF2 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8794242-
CMYK0.640.6100.05
HSL237.29º85.64%64.51%-
HSV(B)237.29º64.05%94.9%-
XYZ23.9616.4485.92-
YUV108.78203.18112.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.57%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 242 (94.92% from 255) = 57.21%
R=20.57%
G=22.22%
B=57.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal87942420.640.6100.05237.2985.6464.51
Hex575EF2403D05ed5641
Octal1271363621007505355126101
Binary1010111101111011110010100000011110101011110110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,94,242); }

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

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

 a { background-color: rgb(87,94,242); }

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

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

 span { border-color: rgb(87,94,242); }

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