Html Css Color HEX #575AEA Neon Blue

📋 copy color: '#575AEA'

red 87 ◦ green 90 ◦ blue 234

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

Shades of Neon Blue #575AEA

Tints of Neon Blue #575AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.93%

R = 21.17%
G = 21.9%
B = 56.93%

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

#575AEA (or 0x575AEA) is known color: Neon Blue. HEX triplet: 57, 5A and EA. RGB value is (87,90,234). Sum of RGB (Red+Green+Blue) = 87+90+234=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #575AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AEA is #A8A515. Grayscale: #686868. Windows color (decimal): -11052310 or 15358551. OLE color: 15358551.

HSL color Cylindrical-coordinate representation of color #575AEA: hue angle of 238.78º degrees, saturation: 0.78, 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 #575AEA is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 90 234 -
CMYK 0.63 0.62 0 0.08
HSL 238.78º 0.78% 0.63% -
HSV(B) 238.78º 0.63% 0.92% -
XYZ 22.44 15.28 79.61 -
YUV 105.52 200.51 114.79 -
System Red Green Blue C M Y K H S L
Decimal 87 90 234 0.63 0.62 0 0.08 238.78 0.78 0.63
Hex 57 5A EA 3F 3E 0 8 EF 4E 3F
Octal 127 132 352 77 76 0 10 357 116 77
Binary 1010111 1011010 11101010 111111 111110 0 1000 11101111 1001110 111111

Color Harmonies of #575AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AEA

Black with #575AEA

Text Example


Text Example

White with #575AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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