Shades of Neon Blue #5056FF
Tints of Neon Blue #5056FF
RGB
CMYK
RGB Variations
Color information
#5056FF (or 0x5056FF) is known color: Neon Blue. HEX triplet: 50, 56 and FF. RGB value is (80,86,255). Sum of RGB (Red+Green+Blue) = 80+86+255=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #5056FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056FF is #AFA900. Grayscale: #666666. Windows color (decimal): -11512065 or 16733776. OLE color: 16733776.
HSL color Cylindrical-coordinate representation of color #5056FF: hue angle of 237.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5056FF is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 86 | 255 | - |
| CMYK | 0.69 | 0.66 | 0 | 0 |
| HSL | 237.94º | 1% | 0.66% | - |
| HSV(B) | 237.94º | 0.69% | 1% | - |
| XYZ | 24.69 | 15.58 | 96.31 | - |
| YUV | 103.47 | 213.51 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 255 | 0.69 | 0.66 | 0 | 0 | 237.94 | 1 | 0.66 |
| Hex | 50 | 56 | FF | 45 | 42 | 0 | 0 | EE | 64 | 42 |
| Octal | 120 | 126 | 377 | 105 | 102 | 0 | 0 | 356 | 144 | 102 |
| Binary | 1010000 | 1010110 | 11111111 | 1000101 | 1000010 | 0 | 0 | 11101110 | 1100100 | 1000010 |
Color Harmonies of #5056FF
Complementary color
Monochromatic Colors of #5056FF
Black with #5056FF
Text Example
Text Example
White with #5056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5056FF; }
p { color: rgb(80,86,255); }
H1.HeaderClassName
{
color: #5056FF;
}
.AnyTagClassName
{
color: #5056FF;
}
</style>
background-color css
<style>
a { background-color: #5056FF; }
a { background-color: rgb(80,86,255); }
div.DivClassName
{
background-color: #5056FF;
}
.BgClassName
{
background-color: #5056FF;
}
</style>
border-color css
<style>
span { border-color: #5056FF; }
span { border-color: rgb(80,86,255); }
td.TdClassName
{
border-color: #5056FF;
}
.TagClassName
{
border-color: #5056FF;
}
</style>