Shades of Neon Blue #555FEF
Tints of Neon Blue #555FEF
RGB
CMYK
RGB Variations
Color information
#555FEF (or 0x555FEF) is known color: Neon Blue. HEX triplet: 55, 5F and EF. RGB value is (85,95,239). Sum of RGB (Red+Green+Blue) = 85+95+239=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #555FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FEF is #AAA010. Grayscale: #6B6B6B. Windows color (decimal): -11182097 or 15687509. OLE color: 15687509.
HSL color Cylindrical-coordinate representation of color #555FEF: hue angle of 236.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #555FEF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 95 | 239 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.06 |
| HSL | 236.1º | 0.83% | 0.64% | - |
| HSV(B) | 236.1º | 0.64% | 0.94% | - |
| XYZ | 23.42 | 16.35 | 83.58 | - |
| YUV | 108.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 95 | 239 | 0.64 | 0.60 | 0 | 0.06 | 236.1 | 0.83 | 0.64 |
| Hex | 55 | 5F | EF | 40 | 3C | 0 | 6 | EC | 53 | 40 |
| Octal | 125 | 137 | 357 | 100 | 74 | 0 | 6 | 354 | 123 | 100 |
| Binary | 1010101 | 1011111 | 11101111 | 1000000 | 111100 | 0 | 110 | 11101100 | 1010011 | 1000000 |
Color Harmonies of #555FEF
Complementary color
Monochromatic Colors of #555FEF
Black with #555FEF
Text Example
Text Example
White with #555FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555FEF; }
p { color: rgb(85,95,239); }
H1.HeaderClassName
{
color: #555FEF;
}
.AnyTagClassName
{
color: #555FEF;
}
</style>
background-color css
<style>
a { background-color: #555FEF; }
a { background-color: rgb(85,95,239); }
div.DivClassName
{
background-color: #555FEF;
}
.BgClassName
{
background-color: #555FEF;
}
</style>
border-color css
<style>
span { border-color: #555FEF; }
span { border-color: rgb(85,95,239); }
td.TdClassName
{
border-color: #555FEF;
}
.TagClassName
{
border-color: #555FEF;
}
</style>