Shades of Neon Blue #555EFE
Tints of Neon Blue #555EFE
RGB
CMYK
RGB Variations
Color information
#555EFE (or 0x555EFE) is known color: Neon Blue. HEX triplet: 55, 5E and FE. RGB value is (85,94,254). Sum of RGB (Red+Green+Blue) = 85+94+254=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #555EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EFE is #AAA101. Grayscale: #6C6C6C. Windows color (decimal): -11182338 or 16670293. OLE color: 16670293.
HSL color Cylindrical-coordinate representation of color #555EFE: hue angle of 236.8º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555EFE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 94 | 254 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.00 |
| HSL | 236.8º | 0.99% | 0.66% | - |
| HSV(B) | 236.8º | 0.67% | 1% | - |
| XYZ | 25.64 | 17.09 | 95.71 | - |
| YUV | 109.55 | 209.52 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 254 | 0.67 | 0.63 | 0 | 0.00 | 236.8 | 0.99 | 0.66 |
| Hex | 55 | 5E | FE | 43 | 3F | 0 | 0 | ED | 63 | 42 |
| Octal | 125 | 136 | 376 | 103 | 77 | 0 | 0 | 355 | 143 | 102 |
| Binary | 1010101 | 1011110 | 11111110 | 1000011 | 111111 | 0 | 0 | 11101101 | 1100011 | 1000010 |
Color Harmonies of #555EFE
Complementary color
Monochromatic Colors of #555EFE
Black with #555EFE
Text Example
Text Example
White with #555EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555EFE; }
p { color: rgb(85,94,254); }
H1.HeaderClassName
{
color: #555EFE;
}
.AnyTagClassName
{
color: #555EFE;
}
</style>
background-color css
<style>
a { background-color: #555EFE; }
a { background-color: rgb(85,94,254); }
div.DivClassName
{
background-color: #555EFE;
}
.BgClassName
{
background-color: #555EFE;
}
</style>
border-color css
<style>
span { border-color: #555EFE; }
span { border-color: rgb(85,94,254); }
td.TdClassName
{
border-color: #555EFE;
}
.TagClassName
{
border-color: #555EFE;
}
</style>