Html Css Color HEX #575AE8 Neon Blue

📋 copy color: '#575AE8'

red 87 ◦ green 90 ◦ blue 232

#575AE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #575AE8

Tints of Neon Blue #575AE8

RGB

 RED value IS 87 (34.38% from 255) = 21.27%

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 232 (91.02% from 255) = 56.72%

R = 21.27%
G = 22%
B = 56.72%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#575AE8 (or 0x575AE8) is known color: Neon Blue. HEX triplet: 57, 5A and E8. RGB value is (87,90,232). Sum of RGB (Red+Green+Blue) = 87+90+232=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #575AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AE8 is #A8A517. Grayscale: #686868. Windows color (decimal): -11052312 or 15227479. OLE color: 15227479.

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

Color convert

RGB 87 90 232 -
CMYK 0.62 0.61 0 0.09
HSL 238.76º 0.76% 0.63% -
HSV(B) 238.76º 0.63% 0.91% -
XYZ 22.15 15.16 78.1 -
YUV 105.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 87 90 232 0.62 0.61 0 0.09 238.76 0.76 0.63
Hex 57 5A E8 3E 3D 0 9 EF 4C 3F
Octal 127 132 350 76 75 0 11 357 114 77
Binary 1010111 1011010 11101000 111110 111101 0 1001 11101111 1001100 111111

Color Harmonies of #575AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AE8

Black with #575AE8

Text Example


Text Example

White with #575AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,232); }

 H1.HeaderClassName
 {
   color: #575AE8;
 }
 .AnyTagClassName
 {
   color: #575AE8;
 }
</style>

background-color css

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

 a { background-color: rgb(87,90,232); }

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

border-color css

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

 span { border-color: rgb(87,90,232); }

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