Shades of Neon Blue #5048DF
Tints of Neon Blue #5048DF
RGB
CMYK
RGB Variations
Color information
#5048DF (or 0x5048DF) is known color: Neon Blue. HEX triplet: 50, 48 and DF. RGB value is (80,72,223). Sum of RGB (Red+Green+Blue) = 80+72+223=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #5048DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048DF is #AFB720. Grayscale: #5B5B5B. Windows color (decimal): -11515681 or 14633040. OLE color: 14633040.
HSL color Cylindrical-coordinate representation of color #5048DF: hue angle of 243.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5048DF is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 72 | 223 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.13 |
| HSL | 243.18º | 0.7% | 0.58% | - |
| HSV(B) | 243.18º | 0.68% | 0.87% | - |
| XYZ | 18.94 | 11.67 | 71.07 | - |
| YUV | 91.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 223 | 0.64 | 0.68 | 0 | 0.13 | 243.18 | 0.7 | 0.58 |
| Hex | 50 | 48 | DF | 40 | 44 | 0 | D | F3 | 46 | 3A |
| Octal | 120 | 110 | 337 | 100 | 104 | 0 | 15 | 363 | 106 | 72 |
| Binary | 1010000 | 1001000 | 11011111 | 1000000 | 1000100 | 0 | 1101 | 11110011 | 1000110 | 111010 |
Color Harmonies of #5048DF
Complementary color
Monochromatic Colors of #5048DF
Black with #5048DF
Text Example
Text Example
White with #5048DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048DF; }
p { color: rgb(80,72,223); }
H1.HeaderClassName
{
color: #5048DF;
}
.AnyTagClassName
{
color: #5048DF;
}
</style>
background-color css
<style>
a { background-color: #5048DF; }
a { background-color: rgb(80,72,223); }
div.DivClassName
{
background-color: #5048DF;
}
.BgClassName
{
background-color: #5048DF;
}
</style>
border-color css
<style>
span { border-color: #5048DF; }
span { border-color: rgb(80,72,223); }
td.TdClassName
{
border-color: #5048DF;
}
.TagClassName
{
border-color: #5048DF;
}
</style>