Shades of Neon Blue #555DFC
Tints of Neon Blue #555DFC
RGB
CMYK
RGB Variations
Color information
#555DFC (or 0x555DFC) is known color: Neon Blue. HEX triplet: 55, 5D and FC. RGB value is (85,93,252). Sum of RGB (Red+Green+Blue) = 85+93+252=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #555DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555DFC is #AAA203. Grayscale: #6C6C6C. Windows color (decimal): -11182596 or 16538965. OLE color: 16538965.
HSL color Cylindrical-coordinate representation of color #555DFC: hue angle of 237.13º 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 #555DFC is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 93 | 252 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.01 |
| HSL | 237.13º | 0.97% | 0.66% | - |
| HSV(B) | 237.13º | 0.66% | 0.99% | - |
| XYZ | 25.23 | 16.79 | 94.01 | - |
| YUV | 108.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 252 | 0.66 | 0.63 | 0 | 0.01 | 237.13 | 0.97 | 0.66 |
| Hex | 55 | 5D | FC | 42 | 3F | 0 | 1 | ED | 61 | 42 |
| Octal | 125 | 135 | 374 | 102 | 77 | 0 | 1 | 355 | 141 | 102 |
| Binary | 1010101 | 1011101 | 11111100 | 1000010 | 111111 | 0 | 1 | 11101101 | 1100001 | 1000010 |
Color Harmonies of #555DFC
Complementary color
Monochromatic Colors of #555DFC
Black with #555DFC
Text Example
Text Example
White with #555DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555DFC; }
p { color: rgb(85,93,252); }
H1.HeaderClassName
{
color: #555DFC;
}
.AnyTagClassName
{
color: #555DFC;
}
</style>
background-color css
<style>
a { background-color: #555DFC; }
a { background-color: rgb(85,93,252); }
div.DivClassName
{
background-color: #555DFC;
}
.BgClassName
{
background-color: #555DFC;
}
</style>
border-color css
<style>
span { border-color: #555DFC; }
span { border-color: rgb(85,93,252); }
td.TdClassName
{
border-color: #555DFC;
}
.TagClassName
{
border-color: #555DFC;
}
</style>