#5552EF

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

Shades of Neon Blue #5552EF

Tints of Neon Blue #5552EF

Color information

#5552EF (or 0x5552EF) is unknown color: approx Neon Blue. HEX triplet: 55, 52 and EF. RGB value is (85,82,239). Sum of RGB (Red+Green+Blue) = 85+82+239=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #5552EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552EF is #AAAD10. Grayscale: #646464. Windows color (decimal): -11185425 or 15684181. OLE color: 15684181.

HSL color Cylindrical-coordinate representation of color #5552EF: hue angle of 241.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5552EF is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8582239-
CMYK0.640.6600.06
HSL241.15º83.07%62.94%-
HSV(B)241.15º65.69%93.73%-
XYZ22.3414.283.22-
YUV100.8205.99116.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 239 (93.75% from 255) = 58.87%
R=20.94%
G=20.20%
B=58.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal85822390.640.6600.06241.1583.0762.94
Hex5552EF404206f1533f
Octal1251223571001020636112377
Binary1010101101001011101111100000010000100110111100011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5552EF; }

 p { color: rgb(85,82,239); }

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

<style>
 a { background-color: #5552EF; }

 a { background-color: rgb(85,82,239); }

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

<style>
 span { border-color: #5552EF; }

 span { border-color: rgb(85,82,239); }

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