Shades of Neon Blue #5049DF
Tints of Neon Blue #5049DF
RGB
CMYK
RGB Variations
Color information
#5049DF (or 0x5049DF) is known color: Neon Blue. HEX triplet: 50, 49 and DF. RGB value is (80,73,223). Sum of RGB (Red+Green+Blue) = 80+73+223=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #5049DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049DF is #AFB620. Grayscale: #5B5B5B. Windows color (decimal): -11515425 or 14633296. OLE color: 14633296.
HSL color Cylindrical-coordinate representation of color #5049DF: hue angle of 242.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5049DF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 73 | 223 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.13 |
| HSL | 242.8º | 0.7% | 0.58% | - |
| HSV(B) | 242.8º | 0.67% | 0.87% | - |
| XYZ | 19.01 | 11.8 | 71.09 | - |
| YUV | 92.19 | 201.82 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 223 | 0.64 | 0.67 | 0 | 0.13 | 242.8 | 0.7 | 0.58 |
| Hex | 50 | 49 | DF | 40 | 43 | 0 | D | F3 | 46 | 3A |
| Octal | 120 | 111 | 337 | 100 | 103 | 0 | 15 | 363 | 106 | 72 |
| Binary | 1010000 | 1001001 | 11011111 | 1000000 | 1000011 | 0 | 1101 | 11110011 | 1000110 | 111010 |
Color Harmonies of #5049DF
Complementary color
Monochromatic Colors of #5049DF
Black with #5049DF
Text Example
Text Example
White with #5049DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5049DF; }
p { color: rgb(80,73,223); }
H1.HeaderClassName
{
color: #5049DF;
}
.AnyTagClassName
{
color: #5049DF;
}
</style>
background-color css
<style>
a { background-color: #5049DF; }
a { background-color: rgb(80,73,223); }
div.DivClassName
{
background-color: #5049DF;
}
.BgClassName
{
background-color: #5049DF;
}
</style>
border-color css
<style>
span { border-color: #5049DF; }
span { border-color: rgb(80,73,223); }
td.TdClassName
{
border-color: #5049DF;
}
.TagClassName
{
border-color: #5049DF;
}
</style>