Html Css Color HEX #575FEA Neon Blue

📋 copy color: '#575FEA'

red 87 ◦ green 95 ◦ blue 234

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

Shades of Neon Blue #575FEA

Tints of Neon Blue #575FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.84%

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

R = 20.91%
G = 22.84%
B = 56.25%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#575FEA (or 0x575FEA) is known color: Neon Blue. HEX triplet: 57, 5F and EA. RGB value is (87,95,234). Sum of RGB (Red+Green+Blue) = 87+95+234=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #575FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FEA is #A8A015. Grayscale: #6B6B6B. Windows color (decimal): -11051030 or 15359831. OLE color: 15359831.

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

Color convert

RGB 87 95 234 -
CMYK 0.63 0.59 0 0.08
HSL 236.73º 0.78% 0.63% -
HSV(B) 236.73º 0.63% 0.92% -
XYZ 22.87 16.15 79.75 -
YUV 108.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 87 95 234 0.63 0.59 0 0.08 236.73 0.78 0.63
Hex 57 5F EA 3F 3B 0 8 ED 4E 3F
Octal 127 137 352 77 73 0 10 355 116 77
Binary 1010111 1011111 11101010 111111 111011 0 1000 11101101 1001110 111111

Color Harmonies of #575FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FEA

Black with #575FEA

Text Example


Text Example

White with #575FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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