Shades of Neon Blue #555FFF
Tints of Neon Blue #555FFF
RGB
CMYK
RGB Variations
Color information
#555FFF (or 0x555FFF) is known color: Neon Blue. HEX triplet: 55, 5F and FF. RGB value is (85,95,255). Sum of RGB (Red+Green+Blue) = 85+95+255=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #555FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FFF is #AAA000. Grayscale: #6D6D6D. Windows color (decimal): -11182081 or 16736085. OLE color: 16736085.
HSL color Cylindrical-coordinate representation of color #555FFF: hue angle of 236.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555FFF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 95 | 255 | - |
| CMYK | 0.67 | 0.63 | 0 | 0 |
| HSL | 236.47º | 1% | 0.67% | - |
| HSV(B) | 236.47º | 0.67% | 1% | - |
| XYZ | 25.89 | 17.34 | 96.59 | - |
| YUV | 110.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 255 | 0.67 | 0.63 | 0 | 0 | 236.47 | 1 | 0.67 |
| Hex | 55 | 5F | FF | 43 | 3F | 0 | 0 | EC | 64 | 43 |
| Octal | 125 | 137 | 377 | 103 | 77 | 0 | 0 | 354 | 144 | 103 |
| Binary | 1010101 | 1011111 | 11111111 | 1000011 | 111111 | 0 | 0 | 11101100 | 1100100 | 1000011 |
Color Harmonies of #555FFF
Complementary color
Monochromatic Colors of #555FFF
Black with #555FFF
Text Example
Text Example
White with #555FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FFF; }
p { color: rgb(85,95,255); }
H1.HeaderClassName
{
color: #555FFF;
}
.AnyTagClassName
{
color: #555FFF;
}
</style>
background-color css
<style>
a { background-color: #555FFF; }
a { background-color: rgb(85,95,255); }
div.DivClassName
{
background-color: #555FFF;
}
.BgClassName
{
background-color: #555FFF;
}
</style>
border-color css
<style>
span { border-color: #555FFF; }
span { border-color: rgb(85,95,255); }
td.TdClassName
{
border-color: #555FFF;
}
.TagClassName
{
border-color: #555FFF;
}
</style>