Shades of Neon Blue #555BFE
Tints of Neon Blue #555BFE
RGB
CMYK
RGB Variations
Color information
#555BFE (or 0x555BFE) is known color: Neon Blue. HEX triplet: 55, 5B and FE. RGB value is (85,91,254). Sum of RGB (Red+Green+Blue) = 85+91+254=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #555BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BFE is #AAA401. Grayscale: #6B6B6B. Windows color (decimal): -11183106 or 16669525. OLE color: 16669525.
HSL color Cylindrical-coordinate representation of color #555BFE: hue angle of 237.87º 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 #555BFE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 91 | 254 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.00 |
| HSL | 237.87º | 0.99% | 0.66% | - |
| HSV(B) | 237.87º | 0.67% | 1% | - |
| XYZ | 25.38 | 16.57 | 95.63 | - |
| YUV | 107.79 | 210.51 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 254 | 0.67 | 0.64 | 0 | 0.00 | 237.87 | 0.99 | 0.66 |
| Hex | 55 | 5B | FE | 43 | 40 | 0 | 0 | EE | 63 | 42 |
| Octal | 125 | 133 | 376 | 103 | 100 | 0 | 0 | 356 | 143 | 102 |
| Binary | 1010101 | 1011011 | 11111110 | 1000011 | 1000000 | 0 | 0 | 11101110 | 1100011 | 1000010 |
Color Harmonies of #555BFE
Complementary color
Monochromatic Colors of #555BFE
Black with #555BFE
Text Example
Text Example
White with #555BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555BFE; }
p { color: rgb(85,91,254); }
H1.HeaderClassName
{
color: #555BFE;
}
.AnyTagClassName
{
color: #555BFE;
}
</style>
background-color css
<style>
a { background-color: #555BFE; }
a { background-color: rgb(85,91,254); }
div.DivClassName
{
background-color: #555BFE;
}
.BgClassName
{
background-color: #555BFE;
}
</style>
border-color css
<style>
span { border-color: #555BFE; }
span { border-color: rgb(85,91,254); }
td.TdClassName
{
border-color: #555BFE;
}
.TagClassName
{
border-color: #555BFE;
}
</style>