#5556EE

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

Shades of Neon Blue #5556EE

Tints of Neon Blue #5556EE

Color information

#5556EE (or 0x5556EE) is unknown color: approx Neon Blue. HEX triplet: 55, 56 and EE. RGB value is (85,86,238). Sum of RGB (Red+Green+Blue) = 85+86+238=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #5556EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556EE is #AAA911. Grayscale: #666666. Windows color (decimal): -11184402 or 15619669. OLE color: 15619669.

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

Color convert

RGB8586238-
CMYK0.640.6400.07
HSL239.61º81.82%63.33%-
HSV(B)239.61º64.29%93.33%-
XYZ22.5114.7682.55-
YUV103.03204.17115.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 238 (93.36% from 255) = 58.19%
R=20.78%
G=21.03%
B=58.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85862380.640.6400.07239.6181.8263.33
Hex5556EE404007f0523f
Octal1251263561001000736012277
Binary1010101101011011101110100000010000000111111100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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