Shades of Neon Blue #5044ED
Tints of Neon Blue #5044ED
RGB
CMYK
RGB Variations
Color information
#5044ED (or 0x5044ED) is known color: Neon Blue. HEX triplet: 50, 44 and ED. RGB value is (80,68,237). Sum of RGB (Red+Green+Blue) = 80+68+237=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #5044ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5044ED is #AFBB12. Grayscale: #5A5A5A. Windows color (decimal): -11516691 or 15549520. OLE color: 15549520.
HSL color Cylindrical-coordinate representation of color #5044ED: hue angle of 244.26º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5044ED is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 68 | 237 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.07 |
| HSL | 244.26º | 0.82% | 0.6% | - |
| HSV(B) | 244.26º | 0.71% | 0.93% | - |
| XYZ | 20.66 | 11.95 | 81.34 | - |
| YUV | 90.85 | 210.48 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 237 | 0.66 | 0.71 | 0 | 0.07 | 244.26 | 0.82 | 0.6 |
| Hex | 50 | 44 | ED | 42 | 47 | 0 | 7 | F4 | 52 | 3C |
| Octal | 120 | 104 | 355 | 102 | 107 | 0 | 7 | 364 | 122 | 74 |
| Binary | 1010000 | 1000100 | 11101101 | 1000010 | 1000111 | 0 | 111 | 11110100 | 1010010 | 111100 |
Color Harmonies of #5044ED
Complementary color
Monochromatic Colors of #5044ED
Black with #5044ED
Text Example
Text Example
White with #5044ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5044ED; }
p { color: rgb(80,68,237); }
H1.HeaderClassName
{
color: #5044ED;
}
.AnyTagClassName
{
color: #5044ED;
}
</style>
background-color css
<style>
a { background-color: #5044ED; }
a { background-color: rgb(80,68,237); }
div.DivClassName
{
background-color: #5044ED;
}
.BgClassName
{
background-color: #5044ED;
}
</style>
border-color css
<style>
span { border-color: #5044ED; }
span { border-color: rgb(80,68,237); }
td.TdClassName
{
border-color: #5044ED;
}
.TagClassName
{
border-color: #5044ED;
}
</style>