Shades of Neon Blue #5056FE
Tints of Neon Blue #5056FE
RGB
CMYK
RGB Variations
Color information
#5056FE (or 0x5056FE) is known color: Neon Blue. HEX triplet: 50, 56 and FE. RGB value is (80,86,254). Sum of RGB (Red+Green+Blue) = 80+86+254=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #5056FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056FE is #AFA901. Grayscale: #666666. Windows color (decimal): -11512066 or 16668240. OLE color: 16668240.
HSL color Cylindrical-coordinate representation of color #5056FE: hue angle of 237.93º 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 #5056FE is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 86 | 254 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.00 |
| HSL | 237.93º | 0.99% | 0.65% | - |
| HSV(B) | 237.93º | 0.69% | 1% | - |
| XYZ | 24.53 | 15.52 | 95.47 | - |
| YUV | 103.36 | 213.01 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 254 | 0.69 | 0.66 | 0 | 0.00 | 237.93 | 0.99 | 0.65 |
| Hex | 50 | 56 | FE | 45 | 42 | 0 | 0 | EE | 63 | 41 |
| Octal | 120 | 126 | 376 | 105 | 102 | 0 | 0 | 356 | 143 | 101 |
| Binary | 1010000 | 1010110 | 11111110 | 1000101 | 1000010 | 0 | 0 | 11101110 | 1100011 | 1000001 |
Color Harmonies of #5056FE
Complementary color
Monochromatic Colors of #5056FE
Black with #5056FE
Text Example
Text Example
White with #5056FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5056FE; }
p { color: rgb(80,86,254); }
H1.HeaderClassName
{
color: #5056FE;
}
.AnyTagClassName
{
color: #5056FE;
}
</style>
background-color css
<style>
a { background-color: #5056FE; }
a { background-color: rgb(80,86,254); }
div.DivClassName
{
background-color: #5056FE;
}
.BgClassName
{
background-color: #5056FE;
}
</style>
border-color css
<style>
span { border-color: #5056FE; }
span { border-color: rgb(80,86,254); }
td.TdClassName
{
border-color: #5056FE;
}
.TagClassName
{
border-color: #5056FE;
}
</style>