Html Css Color HEX #575FEC Neon Blue

📋 copy color: '#575FEC'

red 87 ◦ green 95 ◦ blue 236

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

Shades of Neon Blue #575FEC

Tints of Neon Blue #575FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.46%

R = 20.81%
G = 22.73%
B = 56.46%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#575FEC (or 0x575FEC) is known color: Neon Blue. HEX triplet: 57, 5F and EC. RGB value is (87,95,236). Sum of RGB (Red+Green+Blue) = 87+95+236=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #575FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FEC is #A8A013. Grayscale: #6C6C6C. Windows color (decimal): -11051028 or 15490903. OLE color: 15490903.

HSL color Cylindrical-coordinate representation of color #575FEC: hue angle of 236.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575FEC is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 95 236 -
CMYK 0.63 0.60 0 0.07
HSL 236.78º 0.8% 0.63% -
HSV(B) 236.78º 0.63% 0.93% -
XYZ 23.16 16.27 81.28 -
YUV 108.68 199.85 112.54 -
System Red Green Blue C M Y K H S L
Decimal 87 95 236 0.63 0.60 0 0.07 236.78 0.8 0.63
Hex 57 5F EC 3F 3C 0 7 ED 50 3F
Octal 127 137 354 77 74 0 7 355 120 77
Binary 1010111 1011111 11101100 111111 111100 0 111 11101101 1010000 111111

Color Harmonies of #575FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FEC

Black with #575FEC

Text Example


Text Example

White with #575FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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