Shades of Neon Blue #5459F7
Tints of Neon Blue #5459F7
RGB
CMYK
RGB Variations
Color information
#5459F7 (or 0x5459F7) is known color: Neon Blue. HEX triplet: 54, 59 and F7. RGB value is (84,89,247). Sum of RGB (Red+Green+Blue) = 84+89+247=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #5459F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459F7 is #ABA608. Grayscale: #686868. Windows color (decimal): -11249161 or 16210260. OLE color: 16210260.
HSL color Cylindrical-coordinate representation of color #5459F7: hue angle of 238.16º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5459F7 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 84 | 89 | 247 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.03 |
| HSL | 238.16º | 0.91% | 0.65% | - |
| HSV(B) | 238.16º | 0.66% | 0.97% | - |
| XYZ | 24.02 | 15.74 | 89.77 | - |
| YUV | 105.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 247 | 0.66 | 0.64 | 0 | 0.03 | 238.16 | 0.91 | 0.65 |
| Hex | 54 | 59 | F7 | 42 | 40 | 0 | 3 | EE | 5B | 41 |
| Octal | 124 | 131 | 367 | 102 | 100 | 0 | 3 | 356 | 133 | 101 |
| Binary | 1010100 | 1011001 | 11110111 | 1000010 | 1000000 | 0 | 11 | 11101110 | 1011011 | 1000001 |
Color Harmonies of #5459F7
Complementary color
Monochromatic Colors of #5459F7
Black with #5459F7
Text Example
Text Example
White with #5459F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459F7; }
p { color: rgb(84,89,247); }
H1.HeaderClassName
{
color: #5459F7;
}
.AnyTagClassName
{
color: #5459F7;
}
</style>
background-color css
<style>
a { background-color: #5459F7; }
a { background-color: rgb(84,89,247); }
div.DivClassName
{
background-color: #5459F7;
}
.BgClassName
{
background-color: #5459F7;
}
</style>
border-color css
<style>
span { border-color: #5459F7; }
span { border-color: rgb(84,89,247); }
td.TdClassName
{
border-color: #5459F7;
}
.TagClassName
{
border-color: #5459F7;
}
</style>