Shades of Neon Blue #5455FB
Tints of Neon Blue #5455FB
RGB
CMYK
RGB Variations
Color information
#5455FB (or 0x5455FB) is known color: Neon Blue. HEX triplet: 54, 55 and FB. RGB value is (84,85,251). Sum of RGB (Red+Green+Blue) = 84+85+251=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5455FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5455FB is #ABAA04. Grayscale: #666666. Windows color (decimal): -11250181 or 16471380. OLE color: 16471380.
HSL color Cylindrical-coordinate representation of color #5455FB: hue angle of 239.64º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5455FB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 85 | 251 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.02 |
| HSL | 239.64º | 0.95% | 0.66% | - |
| HSV(B) | 239.64º | 0.67% | 0.98% | - |
| XYZ | 24.32 | 15.35 | 92.95 | - |
| YUV | 103.63 | 211.17 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 85 | 251 | 0.67 | 0.66 | 0 | 0.02 | 239.64 | 0.95 | 0.66 |
| Hex | 54 | 55 | FB | 43 | 42 | 0 | 2 | F0 | 5F | 42 |
| Octal | 124 | 125 | 373 | 103 | 102 | 0 | 2 | 360 | 137 | 102 |
| Binary | 1010100 | 1010101 | 11111011 | 1000011 | 1000010 | 0 | 10 | 11110000 | 1011111 | 1000010 |
Color Harmonies of #5455FB
Complementary color
Monochromatic Colors of #5455FB
Black with #5455FB
Text Example
Text Example
White with #5455FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5455FB; }
p { color: rgb(84,85,251); }
H1.HeaderClassName
{
color: #5455FB;
}
.AnyTagClassName
{
color: #5455FB;
}
</style>
background-color css
<style>
a { background-color: #5455FB; }
a { background-color: rgb(84,85,251); }
div.DivClassName
{
background-color: #5455FB;
}
.BgClassName
{
background-color: #5455FB;
}
</style>
border-color css
<style>
span { border-color: #5455FB; }
span { border-color: rgb(84,85,251); }
td.TdClassName
{
border-color: #5455FB;
}
.TagClassName
{
border-color: #5455FB;
}
</style>