Html Css Color HEX #575EEA Neon Blue

📋 copy color: '#575EEA'

red 87 ◦ green 94 ◦ blue 234

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

Shades of Neon Blue #575EEA

Tints of Neon Blue #575EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

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

R = 20.96%
G = 22.65%
B = 56.39%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#575EEA (or 0x575EEA) is known color: Neon Blue. HEX triplet: 57, 5E and EA. RGB value is (87,94,234). Sum of RGB (Red+Green+Blue) = 87+94+234=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #575EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EEA is #A8A115. Grayscale: #6B6B6B. Windows color (decimal): -11051286 or 15359575. OLE color: 15359575.

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

Color convert

RGB 87 94 234 -
CMYK 0.63 0.60 0 0.08
HSL 237.14º 0.78% 0.63% -
HSV(B) 237.14º 0.63% 0.92% -
XYZ 22.78 15.97 79.72 -
YUV 107.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 87 94 234 0.63 0.60 0 0.08 237.14 0.78 0.63
Hex 57 5E EA 3F 3C 0 8 ED 4E 3F
Octal 127 136 352 77 74 0 10 355 116 77
Binary 1010111 1011110 11101010 111111 111100 0 1000 11101101 1001110 111111

Color Harmonies of #575EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EEA

Black with #575EEA

Text Example


Text Example

White with #575EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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