Shades of Neon Blue #555FFC
Tints of Neon Blue #555FFC
RGB
CMYK
RGB Variations
Color information
#555FFC (or 0x555FFC) is known color: Neon Blue. HEX triplet: 55, 5F and FC. RGB value is (85,95,252). Sum of RGB (Red+Green+Blue) = 85+95+252=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #555FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FFC is #AAA003. Grayscale: #6D6D6D. Windows color (decimal): -11182084 or 16539477. OLE color: 16539477.
HSL color Cylindrical-coordinate representation of color #555FFC: hue angle of 236.41º 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 #555FFC is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 95 | 252 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.01 |
| HSL | 236.41º | 0.97% | 0.66% | - |
| HSV(B) | 236.41º | 0.66% | 0.99% | - |
| XYZ | 25.41 | 17.14 | 94.07 | - |
| YUV | 109.91 | 208.19 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 252 | 0.66 | 0.62 | 0 | 0.01 | 236.41 | 0.97 | 0.66 |
| Hex | 55 | 5F | FC | 42 | 3E | 0 | 1 | EC | 61 | 42 |
| Octal | 125 | 137 | 374 | 102 | 76 | 0 | 1 | 354 | 141 | 102 |
| Binary | 1010101 | 1011111 | 11111100 | 1000010 | 111110 | 0 | 1 | 11101100 | 1100001 | 1000010 |
Color Harmonies of #555FFC
Complementary color
Monochromatic Colors of #555FFC
Black with #555FFC
Text Example
Text Example
White with #555FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FFC; }
p { color: rgb(85,95,252); }
H1.HeaderClassName
{
color: #555FFC;
}
.AnyTagClassName
{
color: #555FFC;
}
</style>
background-color css
<style>
a { background-color: #555FFC; }
a { background-color: rgb(85,95,252); }
div.DivClassName
{
background-color: #555FFC;
}
.BgClassName
{
background-color: #555FFC;
}
</style>
border-color css
<style>
span { border-color: #555FFC; }
span { border-color: rgb(85,95,252); }
td.TdClassName
{
border-color: #555FFC;
}
.TagClassName
{
border-color: #555FFC;
}
</style>