#575EEC

Color #575EEC Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #575EEC

Tints of Neon Blue #575EEC

Color information

#575EEC (or 0x575EEC) is unknown color: approx Neon Blue. HEX triplet: 57, 5E and EC. RGB value is (87,94,236). Sum of RGB (Red+Green+Blue) = 87+94+236=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #575EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EEC is #A8A113. Grayscale: #6B6B6B. Windows color (decimal): -11051284 or 15490647. OLE color: 15490647.

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

Color convert

RGB8794236-
CMYK0.630.6000.07
HSL237.18º79.68%63.33%-
HSV(B)237.18º63.14%92.55%-
XYZ23.0716.0981.25-
YUV108.1200.18112.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.86%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=20.86%
G=22.54%
B=56.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal87942360.630.6000.07237.1879.6863.33
Hex575EEC3F3C07ed503f
Octal12713635477740735512077
Binary10101111011110111011001111111111000111111011011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #575EEC;
 }
 .AnyTagClassName
 {
   color: #575EEC;
 }
</style>
background-color css

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

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

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

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

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

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