Shades of Neon Blue #5062FE
Tints of Neon Blue #5062FE
RGB
CMYK
RGB Variations
Color information
#5062FE (or 0x5062FE) is known color: Neon Blue. HEX triplet: 50, 62 and FE. RGB value is (80,98,254). Sum of RGB (Red+Green+Blue) = 80+98+254=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #5062FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5062FE is #AF9D01. Grayscale: #6D6D6D. Windows color (decimal): -11508994 or 16671312. OLE color: 16671312.
HSL color Cylindrical-coordinate representation of color #5062FE: hue angle of 233.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5062FE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 98 | 254 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.00 |
| HSL | 233.79º | 0.99% | 0.65% | - |
| HSV(B) | 233.79º | 0.69% | 1% | - |
| XYZ | 25.57 | 17.6 | 95.81 | - |
| YUV | 110.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 254 | 0.69 | 0.61 | 0 | 0.00 | 233.79 | 0.99 | 0.65 |
| Hex | 50 | 62 | FE | 45 | 3D | 0 | 0 | EA | 63 | 41 |
| Octal | 120 | 142 | 376 | 105 | 75 | 0 | 0 | 352 | 143 | 101 |
| Binary | 1010000 | 1100010 | 11111110 | 1000101 | 111101 | 0 | 0 | 11101010 | 1100011 | 1000001 |
Color Harmonies of #5062FE
Complementary color
Monochromatic Colors of #5062FE
Black with #5062FE
Text Example
Text Example
White with #5062FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5062FE; }
p { color: rgb(80,98,254); }
H1.HeaderClassName
{
color: #5062FE;
}
.AnyTagClassName
{
color: #5062FE;
}
</style>
background-color css
<style>
a { background-color: #5062FE; }
a { background-color: rgb(80,98,254); }
div.DivClassName
{
background-color: #5062FE;
}
.BgClassName
{
background-color: #5062FE;
}
</style>
border-color css
<style>
span { border-color: #5062FE; }
span { border-color: rgb(80,98,254); }
td.TdClassName
{
border-color: #5062FE;
}
.TagClassName
{
border-color: #5062FE;
}
</style>