Shades of Neon Blue #5462FE
Tints of Neon Blue #5462FE
RGB
CMYK
RGB Variations
Color information
#5462FE (or 0x5462FE) is known color: Neon Blue. HEX triplet: 54, 62 and FE. RGB value is (84,98,254). Sum of RGB (Red+Green+Blue) = 84+98+254=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #5462FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462FE is #AB9D01. Grayscale: #6E6E6E. Windows color (decimal): -11246850 or 16671316. OLE color: 16671316.
HSL color Cylindrical-coordinate representation of color #5462FE: hue angle of 235.06º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5462FE is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 98 | 254 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.00 |
| HSL | 235.06º | 0.99% | 0.66% | - |
| HSV(B) | 235.06º | 0.67% | 1% | - |
| XYZ | 25.91 | 17.78 | 95.83 | - |
| YUV | 111.6 | 208.36 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 254 | 0.67 | 0.61 | 0 | 0.00 | 235.06 | 0.99 | 0.66 |
| Hex | 54 | 62 | FE | 43 | 3D | 0 | 0 | EB | 63 | 42 |
| Octal | 124 | 142 | 376 | 103 | 75 | 0 | 0 | 353 | 143 | 102 |
| Binary | 1010100 | 1100010 | 11111110 | 1000011 | 111101 | 0 | 0 | 11101011 | 1100011 | 1000010 |
Color Harmonies of #5462FE
Complementary color
Monochromatic Colors of #5462FE
Black with #5462FE
Text Example
Text Example
White with #5462FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462FE; }
p { color: rgb(84,98,254); }
H1.HeaderClassName
{
color: #5462FE;
}
.AnyTagClassName
{
color: #5462FE;
}
</style>
background-color css
<style>
a { background-color: #5462FE; }
a { background-color: rgb(84,98,254); }
div.DivClassName
{
background-color: #5462FE;
}
.BgClassName
{
background-color: #5462FE;
}
</style>
border-color css
<style>
span { border-color: #5462FE; }
span { border-color: rgb(84,98,254); }
td.TdClassName
{
border-color: #5462FE;
}
.TagClassName
{
border-color: #5462FE;
}
</style>