Shades of Neon Blue #5044DE
Tints of Neon Blue #5044DE
RGB
CMYK
RGB Variations
Color information
#5044DE (or 0x5044DE) is known color: Neon Blue. HEX triplet: 50, 44 and DE. RGB value is (80,68,222). Sum of RGB (Red+Green+Blue) = 80+68+222=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #5044DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5044DE is #AFBB21. Grayscale: #585858. Windows color (decimal): -11516706 or 14566480. OLE color: 14566480.
HSL color Cylindrical-coordinate representation of color #5044DE: hue angle of 244.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5044DE is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 68 | 222 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.13 |
| HSL | 244.68º | 0.7% | 0.57% | - |
| HSV(B) | 244.68º | 0.69% | 0.87% | - |
| XYZ | 18.56 | 11.11 | 70.27 | - |
| YUV | 89.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 222 | 0.64 | 0.69 | 0 | 0.13 | 244.68 | 0.7 | 0.57 |
| Hex | 50 | 44 | DE | 40 | 45 | 0 | D | F5 | 46 | 39 |
| Octal | 120 | 104 | 336 | 100 | 105 | 0 | 15 | 365 | 106 | 71 |
| Binary | 1010000 | 1000100 | 11011110 | 1000000 | 1000101 | 0 | 1101 | 11110101 | 1000110 | 111001 |
Color Harmonies of #5044DE
Complementary color
Monochromatic Colors of #5044DE
Black with #5044DE
Text Example
Text Example
White with #5044DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5044DE; }
p { color: rgb(80,68,222); }
H1.HeaderClassName
{
color: #5044DE;
}
.AnyTagClassName
{
color: #5044DE;
}
</style>
background-color css
<style>
a { background-color: #5044DE; }
a { background-color: rgb(80,68,222); }
div.DivClassName
{
background-color: #5044DE;
}
.BgClassName
{
background-color: #5044DE;
}
</style>
border-color css
<style>
span { border-color: #5044DE; }
span { border-color: rgb(80,68,222); }
td.TdClassName
{
border-color: #5044DE;
}
.TagClassName
{
border-color: #5044DE;
}
</style>