Shades of Neon Blue #5558FC
Tints of Neon Blue #5558FC
RGB
CMYK
RGB Variations
Color information
#5558FC (or 0x5558FC) is known color: Neon Blue. HEX triplet: 55, 58 and FC. RGB value is (85,88,252). Sum of RGB (Red+Green+Blue) = 85+88+252=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #5558FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5558FC is #AAA703. Grayscale: #696969. Windows color (decimal): -11183876 or 16537685. OLE color: 16537685.
HSL color Cylindrical-coordinate representation of color #5558FC: hue angle of 238.92º degrees, saturation: 0.97, 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 #5558FC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 88 | 252 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.01 |
| HSL | 238.92º | 0.97% | 0.66% | - |
| HSV(B) | 238.92º | 0.66% | 0.99% | - |
| XYZ | 24.81 | 15.94 | 93.86 | - |
| YUV | 105.8 | 210.51 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 252 | 0.66 | 0.65 | 0 | 0.01 | 238.92 | 0.97 | 0.66 |
| Hex | 55 | 58 | FC | 42 | 41 | 0 | 1 | EF | 61 | 42 |
| Octal | 125 | 130 | 374 | 102 | 101 | 0 | 1 | 357 | 141 | 102 |
| Binary | 1010101 | 1011000 | 11111100 | 1000010 | 1000001 | 0 | 1 | 11101111 | 1100001 | 1000010 |
Color Harmonies of #5558FC
Complementary color
Monochromatic Colors of #5558FC
Black with #5558FC
Text Example
Text Example
White with #5558FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5558FC; }
p { color: rgb(85,88,252); }
H1.HeaderClassName
{
color: #5558FC;
}
.AnyTagClassName
{
color: #5558FC;
}
</style>
background-color css
<style>
a { background-color: #5558FC; }
a { background-color: rgb(85,88,252); }
div.DivClassName
{
background-color: #5558FC;
}
.BgClassName
{
background-color: #5558FC;
}
</style>
border-color css
<style>
span { border-color: #5558FC; }
span { border-color: rgb(85,88,252); }
td.TdClassName
{
border-color: #5558FC;
}
.TagClassName
{
border-color: #5558FC;
}
</style>