Shades of Neon Blue #555FFB
Tints of Neon Blue #555FFB
RGB
CMYK
RGB Variations
Color information
#555FFB (or 0x555FFB) is known color: Neon Blue. HEX triplet: 55, 5F and FB. RGB value is (85,95,251). Sum of RGB (Red+Green+Blue) = 85+95+251=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #555FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FFB is #AAA004. Grayscale: #6D6D6D. Windows color (decimal): -11182085 or 16473941. OLE color: 16473941.
HSL color Cylindrical-coordinate representation of color #555FFB: hue angle of 236.39º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555FFB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 95 | 251 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.02 |
| HSL | 236.39º | 0.95% | 0.66% | - |
| HSV(B) | 236.39º | 0.66% | 0.98% | - |
| XYZ | 25.25 | 17.08 | 93.23 | - |
| YUV | 109.79 | 207.69 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 251 | 0.66 | 0.62 | 0 | 0.02 | 236.39 | 0.95 | 0.66 |
| Hex | 55 | 5F | FB | 42 | 3E | 0 | 2 | EC | 5F | 42 |
| Octal | 125 | 137 | 373 | 102 | 76 | 0 | 2 | 354 | 137 | 102 |
| Binary | 1010101 | 1011111 | 11111011 | 1000010 | 111110 | 0 | 10 | 11101100 | 1011111 | 1000010 |
Color Harmonies of #555FFB
Complementary color
Monochromatic Colors of #555FFB
Black with #555FFB
Text Example
Text Example
White with #555FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FFB; }
p { color: rgb(85,95,251); }
H1.HeaderClassName
{
color: #555FFB;
}
.AnyTagClassName
{
color: #555FFB;
}
</style>
background-color css
<style>
a { background-color: #555FFB; }
a { background-color: rgb(85,95,251); }
div.DivClassName
{
background-color: #555FFB;
}
.BgClassName
{
background-color: #555FFB;
}
</style>
border-color css
<style>
span { border-color: #555FFB; }
span { border-color: rgb(85,95,251); }
td.TdClassName
{
border-color: #555FFB;
}
.TagClassName
{
border-color: #555FFB;
}
</style>