Shades of Neon Blue #5459F3
Tints of Neon Blue #5459F3
RGB
CMYK
RGB Variations
Color information
#5459F3 (or 0x5459F3) is known color: Neon Blue. HEX triplet: 54, 59 and F3. RGB value is (84,89,243). Sum of RGB (Red+Green+Blue) = 84+89+243=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #5459F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5459F3 is #ABA60C. Grayscale: #686868. Windows color (decimal): -11249165 or 15948116. OLE color: 15948116.
HSL color Cylindrical-coordinate representation of color #5459F3: hue angle of 238.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5459F3 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 89 | 243 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.05 |
| HSL | 238.11º | 0.87% | 0.64% | - |
| HSV(B) | 238.11º | 0.65% | 0.95% | - |
| XYZ | 23.41 | 15.5 | 86.55 | - |
| YUV | 105.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 89 | 243 | 0.65 | 0.63 | 0 | 0.05 | 238.11 | 0.87 | 0.64 |
| Hex | 54 | 59 | F3 | 41 | 3F | 0 | 5 | EE | 57 | 40 |
| Octal | 124 | 131 | 363 | 101 | 77 | 0 | 5 | 356 | 127 | 100 |
| Binary | 1010100 | 1011001 | 11110011 | 1000001 | 111111 | 0 | 101 | 11101110 | 1010111 | 1000000 |
Color Harmonies of #5459F3
Complementary color
Monochromatic Colors of #5459F3
Black with #5459F3
Text Example
Text Example
White with #5459F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5459F3; }
p { color: rgb(84,89,243); }
H1.HeaderClassName
{
color: #5459F3;
}
.AnyTagClassName
{
color: #5459F3;
}
</style>
background-color css
<style>
a { background-color: #5459F3; }
a { background-color: rgb(84,89,243); }
div.DivClassName
{
background-color: #5459F3;
}
.BgClassName
{
background-color: #5459F3;
}
</style>
border-color css
<style>
span { border-color: #5459F3; }
span { border-color: rgb(84,89,243); }
td.TdClassName
{
border-color: #5459F3;
}
.TagClassName
{
border-color: #5459F3;
}
</style>