#5556FD

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

Shades of Neon Blue #5556FD

Tints of Neon Blue #5556FD

Color information

#5556FD (or 0x5556FD) is unknown color: approx Neon Blue. HEX triplet: 55, 56 and FD. RGB value is (85,86,253). Sum of RGB (Red+Green+Blue) = 85+86+253=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #5556FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556FD is #AAA902. Grayscale: #686868. Windows color (decimal): -11184387 or 16602709. OLE color: 16602709.

HSL color Cylindrical-coordinate representation of color #5556FD: hue angle of 239.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5556FD is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8586253-
CMYK0.660.6600.01
HSL239.64º97.67%66.27%-
HSV(B)239.64º66.4%99.22%-
XYZ24.815.6894.65-
YUV104.74211.67113.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.05%
GREEN value IS 86 (33.98% from 255) = 20.28%
BLUE value IS 253 (99.22% from 255) = 59.67%
R=20.05%
G=20.28%
B=59.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85862530.660.6600.01239.6497.6766.27
Hex5556FD424201f06242
Octal12512637510210201360142102
Binary101010110101101111110110000101000010011111000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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