Shades of Neon Blue #5459E7
Tints of Neon Blue #5459E7
RGB
CMYK
RGB Variations
Color information
#5459E7 (or 0x5459E7) is known color: Neon Blue. HEX triplet: 54, 59 and E7. RGB value is (84,89,231). Sum of RGB (Red+Green+Blue) = 84+89+231=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #5459E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459E7 is #ABA618. Grayscale: #676767. Windows color (decimal): -11249177 or 15161684. OLE color: 15161684.
HSL color Cylindrical-coordinate representation of color #5459E7: hue angle of 237.96º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5459E7 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 89 | 231 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.09 |
| HSL | 237.96º | 0.75% | 0.62% | - |
| HSV(B) | 237.96º | 0.64% | 0.91% | - |
| XYZ | 21.65 | 14.8 | 77.32 | - |
| YUV | 103.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 231 | 0.64 | 0.61 | 0 | 0.09 | 237.96 | 0.75 | 0.62 |
| Hex | 54 | 59 | E7 | 40 | 3D | 0 | 9 | EE | 4B | 3E |
| Octal | 124 | 131 | 347 | 100 | 75 | 0 | 11 | 356 | 113 | 76 |
| Binary | 1010100 | 1011001 | 11100111 | 1000000 | 111101 | 0 | 1001 | 11101110 | 1001011 | 111110 |
Color Harmonies of #5459E7
Complementary color
Monochromatic Colors of #5459E7
Black with #5459E7
Text Example
Text Example
White with #5459E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459E7; }
p { color: rgb(84,89,231); }
H1.HeaderClassName
{
color: #5459E7;
}
.AnyTagClassName
{
color: #5459E7;
}
</style>
background-color css
<style>
a { background-color: #5459E7; }
a { background-color: rgb(84,89,231); }
div.DivClassName
{
background-color: #5459E7;
}
.BgClassName
{
background-color: #5459E7;
}
</style>
border-color css
<style>
span { border-color: #5459E7; }
span { border-color: rgb(84,89,231); }
td.TdClassName
{
border-color: #5459E7;
}
.TagClassName
{
border-color: #5459E7;
}
</style>