Shades of Neon Blue #5056FA
Tints of Neon Blue #5056FA
RGB
CMYK
RGB Variations
Color information
#5056FA (or 0x5056FA) is known color: Neon Blue. HEX triplet: 50, 56 and FA. RGB value is (80,86,250). Sum of RGB (Red+Green+Blue) = 80+86+250=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5056FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056FA is #AFA905. Grayscale: #666666. Windows color (decimal): -11512070 or 16406096. OLE color: 16406096.
HSL color Cylindrical-coordinate representation of color #5056FA: hue angle of 237.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5056FA is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 86 | 250 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.02 |
| HSL | 237.88º | 0.94% | 0.65% | - |
| HSV(B) | 237.88º | 0.68% | 0.98% | - |
| XYZ | 23.89 | 15.26 | 92.13 | - |
| YUV | 102.9 | 211.01 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 250 | 0.68 | 0.66 | 0 | 0.02 | 237.88 | 0.94 | 0.65 |
| Hex | 50 | 56 | FA | 44 | 42 | 0 | 2 | EE | 5E | 41 |
| Octal | 120 | 126 | 372 | 104 | 102 | 0 | 2 | 356 | 136 | 101 |
| Binary | 1010000 | 1010110 | 11111010 | 1000100 | 1000010 | 0 | 10 | 11101110 | 1011110 | 1000001 |
Color Harmonies of #5056FA
Complementary color
Monochromatic Colors of #5056FA
Black with #5056FA
Text Example
Text Example
White with #5056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5056FA; }
p { color: rgb(80,86,250); }
H1.HeaderClassName
{
color: #5056FA;
}
.AnyTagClassName
{
color: #5056FA;
}
</style>
background-color css
<style>
a { background-color: #5056FA; }
a { background-color: rgb(80,86,250); }
div.DivClassName
{
background-color: #5056FA;
}
.BgClassName
{
background-color: #5056FA;
}
</style>
border-color css
<style>
span { border-color: #5056FA; }
span { border-color: rgb(80,86,250); }
td.TdClassName
{
border-color: #5056FA;
}
.TagClassName
{
border-color: #5056FA;
}
</style>