Shades of Neon Blue #5459FF
Tints of Neon Blue #5459FF
RGB
CMYK
RGB Variations
Color information
#5459FF (or 0x5459FF) is known color: Neon Blue. HEX triplet: 54, 59 and FF. RGB value is (84,89,255). Sum of RGB (Red+Green+Blue) = 84+89+255=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #5459FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459FF is #ABA600. Grayscale: #696969. Windows color (decimal): -11249153 or 16734548. OLE color: 16734548.
HSL color Cylindrical-coordinate representation of color #5459FF: hue angle of 238.25º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5459FF is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 89 | 255 | - |
| CMYK | 0.67 | 0.65 | 0 | 0 |
| HSL | 238.25º | 1% | 0.66% | - |
| HSV(B) | 238.25º | 0.67% | 1% | - |
| XYZ | 25.28 | 16.25 | 96.41 | - |
| YUV | 106.43 | 211.84 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 255 | 0.67 | 0.65 | 0 | 0 | 238.25 | 1 | 0.66 |
| Hex | 54 | 59 | FF | 43 | 41 | 0 | 0 | EE | 64 | 42 |
| Octal | 124 | 131 | 377 | 103 | 101 | 0 | 0 | 356 | 144 | 102 |
| Binary | 1010100 | 1011001 | 11111111 | 1000011 | 1000001 | 0 | 0 | 11101110 | 1100100 | 1000010 |
Color Harmonies of #5459FF
Complementary color
Monochromatic Colors of #5459FF
Black with #5459FF
Text Example
Text Example
White with #5459FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459FF; }
p { color: rgb(84,89,255); }
H1.HeaderClassName
{
color: #5459FF;
}
.AnyTagClassName
{
color: #5459FF;
}
</style>
background-color css
<style>
a { background-color: #5459FF; }
a { background-color: rgb(84,89,255); }
div.DivClassName
{
background-color: #5459FF;
}
.BgClassName
{
background-color: #5459FF;
}
</style>
border-color css
<style>
span { border-color: #5459FF; }
span { border-color: rgb(84,89,255); }
td.TdClassName
{
border-color: #5459FF;
}
.TagClassName
{
border-color: #5459FF;
}
</style>