Shades of Neon Blue #5462FA
Tints of Neon Blue #5462FA
RGB
CMYK
RGB Variations
Color information
#5462FA (or 0x5462FA) is known color: Neon Blue. HEX triplet: 54, 62 and FA. RGB value is (84,98,250). Sum of RGB (Red+Green+Blue) = 84+98+250=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #5462FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462FA is #AB9D05. Grayscale: #6E6E6E. Windows color (decimal): -11246854 or 16409172. OLE color: 16409172.
HSL color Cylindrical-coordinate representation of color #5462FA: hue angle of 234.94º 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 #5462FA is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 98 | 250 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.02 |
| HSL | 234.94º | 0.94% | 0.65% | - |
| HSV(B) | 234.94º | 0.66% | 0.98% | - |
| XYZ | 25.28 | 17.52 | 92.49 | - |
| YUV | 111.14 | 206.36 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 250 | 0.66 | 0.61 | 0 | 0.02 | 234.94 | 0.94 | 0.65 |
| Hex | 54 | 62 | FA | 42 | 3D | 0 | 2 | EB | 5E | 41 |
| Octal | 124 | 142 | 372 | 102 | 75 | 0 | 2 | 353 | 136 | 101 |
| Binary | 1010100 | 1100010 | 11111010 | 1000010 | 111101 | 0 | 10 | 11101011 | 1011110 | 1000001 |
Color Harmonies of #5462FA
Complementary color
Monochromatic Colors of #5462FA
Black with #5462FA
Text Example
Text Example
White with #5462FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462FA; }
p { color: rgb(84,98,250); }
H1.HeaderClassName
{
color: #5462FA;
}
.AnyTagClassName
{
color: #5462FA;
}
</style>
background-color css
<style>
a { background-color: #5462FA; }
a { background-color: rgb(84,98,250); }
div.DivClassName
{
background-color: #5462FA;
}
.BgClassName
{
background-color: #5462FA;
}
</style>
border-color css
<style>
span { border-color: #5462FA; }
span { border-color: rgb(84,98,250); }
td.TdClassName
{
border-color: #5462FA;
}
.TagClassName
{
border-color: #5462FA;
}
</style>