#5556E4

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

Shades of Neon Blue #5556E4

Tints of Neon Blue #5556E4

Color information

#5556E4 (or 0x5556E4) is unknown color: approx Neon Blue. HEX triplet: 55, 56 and E4. RGB value is (85,86,228). Sum of RGB (Red+Green+Blue) = 85+86+228=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5556E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5556E4 is #AAA91B. Grayscale: #656565. Windows color (decimal): -11184412 or 14964309. OLE color: 14964309.

HSL color Cylindrical-coordinate representation of color #5556E4: hue angle of 239.58º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5556E4 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8586228-
CMYK0.630.6200.11
HSL239.58º72.59%61.37%-
HSV(B)239.58º62.72%89.41%-
XYZ21.0814.1975.03-
YUV101.89199.17115.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=21.30%
G=21.55%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85862280.630.6200.11239.5872.5961.37
Hex5556E43F3E0Bf0493d
Octal125126344777601336011175
Binary101010110101101110010011111111111001011111100001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5556E4; }

 p { color: rgb(85,86,228); }

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

<style>
 a { background-color: #5556E4; }

 a { background-color: rgb(85,86,228); }

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

<style>
 span { border-color: #5556E4; }

 span { border-color: rgb(85,86,228); }

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