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