Shades of Neon Blue #5048EC
Tints of Neon Blue #5048EC
RGB
CMYK
RGB Variations
Color information
#5048EC (or 0x5048EC) is known color: Neon Blue. HEX triplet: 50, 48 and EC. RGB value is (80,72,236). Sum of RGB (Red+Green+Blue) = 80+72+236=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #5048EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5048EC is #AFB713. Grayscale: #5C5C5C. Windows color (decimal): -11515668 or 15485008. OLE color: 15485008.
HSL color Cylindrical-coordinate representation of color #5048EC: hue angle of 242.93º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5048EC is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 72 | 236 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.07 |
| HSL | 242.93º | 0.81% | 0.6% | - |
| HSV(B) | 242.93º | 0.69% | 0.93% | - |
| XYZ | 20.77 | 12.4 | 80.66 | - |
| YUV | 93.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 72 | 236 | 0.66 | 0.69 | 0 | 0.07 | 242.93 | 0.81 | 0.6 |
| Hex | 50 | 48 | EC | 42 | 45 | 0 | 7 | F3 | 51 | 3C |
| Octal | 120 | 110 | 354 | 102 | 105 | 0 | 7 | 363 | 121 | 74 |
| Binary | 1010000 | 1001000 | 11101100 | 1000010 | 1000101 | 0 | 111 | 11110011 | 1010001 | 111100 |
Color Harmonies of #5048EC
Complementary color
Monochromatic Colors of #5048EC
Black with #5048EC
Text Example
Text Example
White with #5048EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5048EC; }
p { color: rgb(80,72,236); }
H1.HeaderClassName
{
color: #5048EC;
}
.AnyTagClassName
{
color: #5048EC;
}
</style>
background-color css
<style>
a { background-color: #5048EC; }
a { background-color: rgb(80,72,236); }
div.DivClassName
{
background-color: #5048EC;
}
.BgClassName
{
background-color: #5048EC;
}
</style>
border-color css
<style>
span { border-color: #5048EC; }
span { border-color: rgb(80,72,236); }
td.TdClassName
{
border-color: #5048EC;
}
.TagClassName
{
border-color: #5048EC;
}
</style>