Shades of Neon Blue #5047DC
Tints of Neon Blue #5047DC
RGB
CMYK
RGB Variations
Color information
#5047DC (or 0x5047DC) is known color: Neon Blue. HEX triplet: 50, 47 and DC. RGB value is (80,71,220). Sum of RGB (Red+Green+Blue) = 80+71+220=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #5047DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047DC is #AFB823. Grayscale: #5A5A5A. Windows color (decimal): -11515940 or 14436176. OLE color: 14436176.
HSL color Cylindrical-coordinate representation of color #5047DC: hue angle of 243.62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5047DC is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 71 | 220 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.14 |
| HSL | 243.62º | 0.68% | 0.57% | - |
| HSV(B) | 243.62º | 0.68% | 0.86% | - |
| XYZ | 18.48 | 11.38 | 68.93 | - |
| YUV | 90.68 | 200.98 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 220 | 0.64 | 0.68 | 0 | 0.14 | 243.62 | 0.68 | 0.57 |
| Hex | 50 | 47 | DC | 40 | 44 | 0 | E | F4 | 44 | 39 |
| Octal | 120 | 107 | 334 | 100 | 104 | 0 | 16 | 364 | 104 | 71 |
| Binary | 1010000 | 1000111 | 11011100 | 1000000 | 1000100 | 0 | 1110 | 11110100 | 1000100 | 111001 |
Color Harmonies of #5047DC
Complementary color
Monochromatic Colors of #5047DC
Black with #5047DC
Text Example
Text Example
White with #5047DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5047DC; }
p { color: rgb(80,71,220); }
H1.HeaderClassName
{
color: #5047DC;
}
.AnyTagClassName
{
color: #5047DC;
}
</style>
background-color css
<style>
a { background-color: #5047DC; }
a { background-color: rgb(80,71,220); }
div.DivClassName
{
background-color: #5047DC;
}
.BgClassName
{
background-color: #5047DC;
}
</style>
border-color css
<style>
span { border-color: #5047DC; }
span { border-color: rgb(80,71,220); }
td.TdClassName
{
border-color: #5047DC;
}
.TagClassName
{
border-color: #5047DC;
}
</style>