Html Css Color HEX #575AEB Neon Blue

📋 copy color: '#575AEB'

red 87 ◦ green 90 ◦ blue 235

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

Shades of Neon Blue #575AEB

Tints of Neon Blue #575AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.04%

R = 21.12%
G = 21.84%
B = 57.04%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#575AEB (or 0x575AEB) is known color: Neon Blue. HEX triplet: 57, 5A and EB. RGB value is (87,90,235). Sum of RGB (Red+Green+Blue) = 87+90+235=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #575AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AEB is #A8A514. Grayscale: #696969. Windows color (decimal): -11052309 or 15424087. OLE color: 15424087.

HSL color Cylindrical-coordinate representation of color #575AEB: hue angle of 238.78º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575AEB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 90 235 -
CMYK 0.63 0.62 0 0.08
HSL 238.78º 0.79% 0.63% -
HSV(B) 238.78º 0.63% 0.92% -
XYZ 22.58 15.34 80.37 -
YUV 105.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 87 90 235 0.63 0.62 0 0.08 238.78 0.79 0.63
Hex 57 5A EB 3F 3E 0 8 EF 4F 3F
Octal 127 132 353 77 76 0 10 357 117 77
Binary 1010111 1011010 11101011 111111 111110 0 1000 11101111 1001111 111111

Color Harmonies of #575AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AEB

Black with #575AEB

Text Example


Text Example

White with #575AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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