Shades of Neon Blue #5458FC
Tints of Neon Blue #5458FC
RGB
CMYK
RGB Variations
Color information
#5458FC (or 0x5458FC) is known color: Neon Blue. HEX triplet: 54, 58 and FC. RGB value is (84,88,252). Sum of RGB (Red+Green+Blue) = 84+88+252=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #5458FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458FC is #ABA703. Grayscale: #686868. Windows color (decimal): -11249412 or 16537684. OLE color: 16537684.
HSL color Cylindrical-coordinate representation of color #5458FC: hue angle of 238.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5458FC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 88 | 252 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.01 |
| HSL | 238.57º | 0.97% | 0.66% | - |
| HSV(B) | 238.57º | 0.67% | 0.99% | - |
| XYZ | 24.72 | 15.89 | 93.86 | - |
| YUV | 105.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 252 | 0.67 | 0.65 | 0 | 0.01 | 238.57 | 0.97 | 0.66 |
| Hex | 54 | 58 | FC | 43 | 41 | 0 | 1 | EF | 61 | 42 |
| Octal | 124 | 130 | 374 | 103 | 101 | 0 | 1 | 357 | 141 | 102 |
| Binary | 1010100 | 1011000 | 11111100 | 1000011 | 1000001 | 0 | 1 | 11101111 | 1100001 | 1000010 |
Color Harmonies of #5458FC
Complementary color
Monochromatic Colors of #5458FC
Black with #5458FC
Text Example
Text Example
White with #5458FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458FC; }
p { color: rgb(84,88,252); }
H1.HeaderClassName
{
color: #5458FC;
}
.AnyTagClassName
{
color: #5458FC;
}
</style>
background-color css
<style>
a { background-color: #5458FC; }
a { background-color: rgb(84,88,252); }
div.DivClassName
{
background-color: #5458FC;
}
.BgClassName
{
background-color: #5458FC;
}
</style>
border-color css
<style>
span { border-color: #5458FC; }
span { border-color: rgb(84,88,252); }
td.TdClassName
{
border-color: #5458FC;
}
.TagClassName
{
border-color: #5458FC;
}
</style>