Shades of Neon Blue #5063FE
Tints of Neon Blue #5063FE
RGB
CMYK
RGB Variations
Color information
#5063FE (or 0x5063FE) is known color: Neon Blue. HEX triplet: 50, 63 and FE. RGB value is (80,99,254). Sum of RGB (Red+Green+Blue) = 80+99+254=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #5063FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5063FE is #AF9C01. Grayscale: #6E6E6E. Windows color (decimal): -11508738 or 16671568. OLE color: 16671568.
HSL color Cylindrical-coordinate representation of color #5063FE: hue angle of 233.45º 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 #5063FE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 99 | 254 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.00 |
| HSL | 233.45º | 0.99% | 0.65% | - |
| HSV(B) | 233.45º | 0.69% | 1% | - |
| XYZ | 25.66 | 17.78 | 95.85 | - |
| YUV | 110.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 99 | 254 | 0.69 | 0.61 | 0 | 0.00 | 233.45 | 0.99 | 0.65 |
| Hex | 50 | 63 | FE | 45 | 3D | 0 | 0 | E9 | 63 | 41 |
| Octal | 120 | 143 | 376 | 105 | 75 | 0 | 0 | 351 | 143 | 101 |
| Binary | 1010000 | 1100011 | 11111110 | 1000101 | 111101 | 0 | 0 | 11101001 | 1100011 | 1000001 |
Color Harmonies of #5063FE
Complementary color
Monochromatic Colors of #5063FE
Black with #5063FE
Text Example
Text Example
White with #5063FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5063FE; }
p { color: rgb(80,99,254); }
H1.HeaderClassName
{
color: #5063FE;
}
.AnyTagClassName
{
color: #5063FE;
}
</style>
background-color css
<style>
a { background-color: #5063FE; }
a { background-color: rgb(80,99,254); }
div.DivClassName
{
background-color: #5063FE;
}
.BgClassName
{
background-color: #5063FE;
}
</style>
border-color css
<style>
span { border-color: #5063FE; }
span { border-color: rgb(80,99,254); }
td.TdClassName
{
border-color: #5063FE;
}
.TagClassName
{
border-color: #5063FE;
}
</style>