#5556F7

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

Shades of Neon Blue #5556F7

Tints of Neon Blue #5556F7

Color information

#5556F7 (or 0x5556F7) is unknown color: approx Neon Blue. HEX triplet: 55, 56 and F7. RGB value is (85,86,247). Sum of RGB (Red+Green+Blue) = 85+86+247=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 247 (96.88% from 255 or 59.09% from 418); Max value from RGB is 247 - color contains mainly: blue. Hex color #5556F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5556F7 is #AAA908. Grayscale: #676767. Windows color (decimal): -11184393 or 16209493. OLE color: 16209493.

HSL color Cylindrical-coordinate representation of color #5556F7: hue angle of 239.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5556F7 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8586247-
CMYK0.660.6500.03
HSL239.63º91.01%65.1%-
HSV(B)239.63º65.59%96.86%-
XYZ23.8615.389.69-
YUV104.06208.67114.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 247 (96.88% from 255) = 59.09%
R=20.33%
G=20.57%
B=59.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal85862470.660.6500.03239.6391.0165.1
Hex5556F7424103f05b41
Octal12512636710210103360133101
Binary1010101101011011110111100001010000010111111000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5556F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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