Shades of Neon Blue #5459F6
Tints of Neon Blue #5459F6
RGB
CMYK
RGB Variations
Color information
#5459F6 (or 0x5459F6) is known color: Neon Blue. HEX triplet: 54, 59 and F6. RGB value is (84,89,246). Sum of RGB (Red+Green+Blue) = 84+89+246=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 246 (96.48% from 255 or 58.71% from 419); Max value from RGB is 246 - color contains mainly: blue. Hex color #5459F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459F6 is #ABA609. Grayscale: #686868. Windows color (decimal): -11249162 or 16144724. OLE color: 16144724.
HSL color Cylindrical-coordinate representation of color #5459F6: hue angle of 238.15º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5459F6 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 89 | 246 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.04 |
| HSL | 238.15º | 0.9% | 0.65% | - |
| HSV(B) | 238.15º | 0.66% | 0.96% | - |
| XYZ | 23.86 | 15.68 | 88.96 | - |
| YUV | 105.4 | 207.34 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 246 | 0.66 | 0.64 | 0 | 0.04 | 238.15 | 0.9 | 0.65 |
| Hex | 54 | 59 | F6 | 42 | 40 | 0 | 4 | EE | 5A | 41 |
| Octal | 124 | 131 | 366 | 102 | 100 | 0 | 4 | 356 | 132 | 101 |
| Binary | 1010100 | 1011001 | 11110110 | 1000010 | 1000000 | 0 | 100 | 11101110 | 1011010 | 1000001 |
Color Harmonies of #5459F6
Complementary color
Monochromatic Colors of #5459F6
Black with #5459F6
Text Example
Text Example
White with #5459F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459F6; }
p { color: rgb(84,89,246); }
H1.HeaderClassName
{
color: #5459F6;
}
.AnyTagClassName
{
color: #5459F6;
}
</style>
background-color css
<style>
a { background-color: #5459F6; }
a { background-color: rgb(84,89,246); }
div.DivClassName
{
background-color: #5459F6;
}
.BgClassName
{
background-color: #5459F6;
}
</style>
border-color css
<style>
span { border-color: #5459F6; }
span { border-color: rgb(84,89,246); }
td.TdClassName
{
border-color: #5459F6;
}
.TagClassName
{
border-color: #5459F6;
}
</style>