Shades of Neon Blue #5554FE
Tints of Neon Blue #5554FE
RGB
CMYK
RGB Variations
Color information
#5554FE (or 0x5554FE) is known color: Neon Blue. HEX triplet: 55, 54 and FE. RGB value is (85,84,254). Sum of RGB (Red+Green+Blue) = 85+84+254=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #5554FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5554FE is #AAAB01. Grayscale: #676767. Windows color (decimal): -11184898 or 16667733. OLE color: 16667733.
HSL color Cylindrical-coordinate representation of color #5554FE: hue angle of 240.35º 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 #5554FE is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 84 | 254 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.00 |
| HSL | 240.35º | 0.99% | 0.66% | - |
| HSV(B) | 240.35º | 0.67% | 1% | - |
| XYZ | 24.81 | 15.43 | 95.44 | - |
| YUV | 103.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 254 | 0.67 | 0.67 | 0 | 0.00 | 240.35 | 0.99 | 0.66 |
| Hex | 55 | 54 | FE | 43 | 43 | 0 | 0 | F0 | 63 | 42 |
| Octal | 125 | 124 | 376 | 103 | 103 | 0 | 0 | 360 | 143 | 102 |
| Binary | 1010101 | 1010100 | 11111110 | 1000011 | 1000011 | 0 | 0 | 11110000 | 1100011 | 1000010 |
Color Harmonies of #5554FE
Complementary color
Monochromatic Colors of #5554FE
Black with #5554FE
Text Example
Text Example
White with #5554FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5554FE; }
p { color: rgb(85,84,254); }
H1.HeaderClassName
{
color: #5554FE;
}
.AnyTagClassName
{
color: #5554FE;
}
</style>
background-color css
<style>
a { background-color: #5554FE; }
a { background-color: rgb(85,84,254); }
div.DivClassName
{
background-color: #5554FE;
}
.BgClassName
{
background-color: #5554FE;
}
</style>
border-color css
<style>
span { border-color: #5554FE; }
span { border-color: rgb(85,84,254); }
td.TdClassName
{
border-color: #5554FE;
}
.TagClassName
{
border-color: #5554FE;
}
</style>