Shades of Neon Blue #5043DC
Tints of Neon Blue #5043DC
RGB
CMYK
RGB Variations
Color information
#5043DC (or 0x5043DC) is known color: Neon Blue. HEX triplet: 50, 43 and DC. RGB value is (80,67,220). Sum of RGB (Red+Green+Blue) = 80+67+220=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #5043DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5043DC is #AFBC23. Grayscale: #575757. Windows color (decimal): -11516964 or 14435152. OLE color: 14435152.
HSL color Cylindrical-coordinate representation of color #5043DC: hue angle of 245.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5043DC is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 67 | 220 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.14 |
| HSL | 245.1º | 0.69% | 0.56% | - |
| HSV(B) | 245.1º | 0.7% | 0.86% | - |
| XYZ | 18.23 | 10.89 | 68.85 | - |
| YUV | 88.33 | 202.31 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 220 | 0.64 | 0.70 | 0 | 0.14 | 245.1 | 0.69 | 0.56 |
| Hex | 50 | 43 | DC | 40 | 46 | 0 | E | F5 | 45 | 38 |
| Octal | 120 | 103 | 334 | 100 | 106 | 0 | 16 | 365 | 105 | 70 |
| Binary | 1010000 | 1000011 | 11011100 | 1000000 | 1000110 | 0 | 1110 | 11110101 | 1000101 | 111000 |
Color Harmonies of #5043DC
Complementary color
Monochromatic Colors of #5043DC
Black with #5043DC
Text Example
Text Example
White with #5043DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5043DC; }
p { color: rgb(80,67,220); }
H1.HeaderClassName
{
color: #5043DC;
}
.AnyTagClassName
{
color: #5043DC;
}
</style>
background-color css
<style>
a { background-color: #5043DC; }
a { background-color: rgb(80,67,220); }
div.DivClassName
{
background-color: #5043DC;
}
.BgClassName
{
background-color: #5043DC;
}
</style>
border-color css
<style>
span { border-color: #5043DC; }
span { border-color: rgb(80,67,220); }
td.TdClassName
{
border-color: #5043DC;
}
.TagClassName
{
border-color: #5043DC;
}
</style>