Shades of Neon Blue #5462F1
Tints of Neon Blue #5462F1
RGB
CMYK
RGB Variations
Color information
#5462F1 (or 0x5462F1) is known color: Neon Blue. HEX triplet: 54, 62 and F1. RGB value is (84,98,241). Sum of RGB (Red+Green+Blue) = 84+98+241=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #5462F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462F1 is #AB9D0E. Grayscale: #6D6D6D. Windows color (decimal): -11246863 or 15819348. OLE color: 15819348.
HSL color Cylindrical-coordinate representation of color #5462F1: hue angle of 234.65º degrees, saturation: 0.85, 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 #5462F1 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 98 | 241 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.05 |
| HSL | 234.65º | 0.85% | 0.64% | - |
| HSV(B) | 234.65º | 0.65% | 0.95% | - |
| XYZ | 23.9 | 16.97 | 85.24 | - |
| YUV | 110.12 | 201.86 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 241 | 0.65 | 0.59 | 0 | 0.05 | 234.65 | 0.85 | 0.64 |
| Hex | 54 | 62 | F1 | 41 | 3B | 0 | 5 | EB | 55 | 40 |
| Octal | 124 | 142 | 361 | 101 | 73 | 0 | 5 | 353 | 125 | 100 |
| Binary | 1010100 | 1100010 | 11110001 | 1000001 | 111011 | 0 | 101 | 11101011 | 1010101 | 1000000 |
Color Harmonies of #5462F1
Complementary color
Monochromatic Colors of #5462F1
Black with #5462F1
Text Example
Text Example
White with #5462F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5462F1; }
p { color: rgb(84,98,241); }
H1.HeaderClassName
{
color: #5462F1;
}
.AnyTagClassName
{
color: #5462F1;
}
</style>
background-color css
<style>
a { background-color: #5462F1; }
a { background-color: rgb(84,98,241); }
div.DivClassName
{
background-color: #5462F1;
}
.BgClassName
{
background-color: #5462F1;
}
</style>
border-color css
<style>
span { border-color: #5462F1; }
span { border-color: rgb(84,98,241); }
td.TdClassName
{
border-color: #5462F1;
}
.TagClassName
{
border-color: #5462F1;
}
</style>