Shades of Neon Blue #5456FA
Tints of Neon Blue #5456FA
RGB
CMYK
RGB Variations
Color information
#5456FA (or 0x5456FA) is known color: Neon Blue. HEX triplet: 54, 56 and FA. RGB value is (84,86,250). Sum of RGB (Red+Green+Blue) = 84+86+250=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #5456FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5456FA is #ABA905. Grayscale: #676767. Windows color (decimal): -11249926 or 16406100. OLE color: 16406100.
HSL color Cylindrical-coordinate representation of color #5456FA: hue angle of 239.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5456FA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 86 | 250 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.02 |
| HSL | 239.28º | 0.94% | 0.65% | - |
| HSV(B) | 239.28º | 0.66% | 0.98% | - |
| XYZ | 24.24 | 15.44 | 92.15 | - |
| YUV | 104.1 | 210.34 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 86 | 250 | 0.66 | 0.66 | 0 | 0.02 | 239.28 | 0.94 | 0.65 |
| Hex | 54 | 56 | FA | 42 | 42 | 0 | 2 | EF | 5E | 41 |
| Octal | 124 | 126 | 372 | 102 | 102 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010100 | 1010110 | 11111010 | 1000010 | 1000010 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5456FA
Complementary color
Monochromatic Colors of #5456FA
Black with #5456FA
Text Example
Text Example
White with #5456FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5456FA; }
p { color: rgb(84,86,250); }
H1.HeaderClassName
{
color: #5456FA;
}
.AnyTagClassName
{
color: #5456FA;
}
</style>
background-color css
<style>
a { background-color: #5456FA; }
a { background-color: rgb(84,86,250); }
div.DivClassName
{
background-color: #5456FA;
}
.BgClassName
{
background-color: #5456FA;
}
</style>
border-color css
<style>
span { border-color: #5456FA; }
span { border-color: rgb(84,86,250); }
td.TdClassName
{
border-color: #5456FA;
}
.TagClassName
{
border-color: #5456FA;
}
</style>