Shades of Neon Blue #5458FA
Tints of Neon Blue #5458FA
RGB
CMYK
RGB Variations
Color information
#5458FA (or 0x5458FA) is known color: Neon Blue. HEX triplet: 54, 58 and FA. RGB value is (84,88,250). Sum of RGB (Red+Green+Blue) = 84+88+250=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #5458FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458FA is #ABA705. Grayscale: #686868. Windows color (decimal): -11249414 or 16406612. OLE color: 16406612.
HSL color Cylindrical-coordinate representation of color #5458FA: hue angle of 238.55º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5458FA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 88 | 250 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.02 |
| HSL | 238.55º | 0.94% | 0.65% | - |
| HSV(B) | 238.55º | 0.66% | 0.98% | - |
| XYZ | 24.4 | 15.77 | 92.2 | - |
| YUV | 105.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 250 | 0.66 | 0.65 | 0 | 0.02 | 238.55 | 0.94 | 0.65 |
| Hex | 54 | 58 | FA | 42 | 41 | 0 | 2 | EF | 5E | 41 |
| Octal | 124 | 130 | 372 | 102 | 101 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010100 | 1011000 | 11111010 | 1000010 | 1000001 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5458FA
Complementary color
Monochromatic Colors of #5458FA
Black with #5458FA
Text Example
Text Example
White with #5458FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458FA; }
p { color: rgb(84,88,250); }
H1.HeaderClassName
{
color: #5458FA;
}
.AnyTagClassName
{
color: #5458FA;
}
</style>
background-color css
<style>
a { background-color: #5458FA; }
a { background-color: rgb(84,88,250); }
div.DivClassName
{
background-color: #5458FA;
}
.BgClassName
{
background-color: #5458FA;
}
</style>
border-color css
<style>
span { border-color: #5458FA; }
span { border-color: rgb(84,88,250); }
td.TdClassName
{
border-color: #5458FA;
}
.TagClassName
{
border-color: #5458FA;
}
</style>