Shades of Neon Blue #504EDE
Tints of Neon Blue #504EDE
RGB
CMYK
RGB Variations
Color information
#504EDE (or 0x504EDE) is known color: Neon Blue. HEX triplet: 50, 4E and DE. RGB value is (80,78,222). Sum of RGB (Red+Green+Blue) = 80+78+222=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #504EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EDE is #AFB121. Grayscale: #5E5E5E. Windows color (decimal): -11514146 or 14569040. OLE color: 14569040.
HSL color Cylindrical-coordinate representation of color #504EDE: hue angle of 240.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504EDE is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 78 | 222 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.13 |
| HSL | 240.83º | 0.69% | 0.59% | - |
| HSV(B) | 240.83º | 0.65% | 0.87% | - |
| XYZ | 19.22 | 12.43 | 70.49 | - |
| YUV | 95.01 | 199.66 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 222 | 0.64 | 0.65 | 0 | 0.13 | 240.83 | 0.69 | 0.59 |
| Hex | 50 | 4E | DE | 40 | 41 | 0 | D | F1 | 45 | 3B |
| Octal | 120 | 116 | 336 | 100 | 101 | 0 | 15 | 361 | 105 | 73 |
| Binary | 1010000 | 1001110 | 11011110 | 1000000 | 1000001 | 0 | 1101 | 11110001 | 1000101 | 111011 |
Color Harmonies of #504EDE
Complementary color
Monochromatic Colors of #504EDE
Black with #504EDE
Text Example
Text Example
White with #504EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EDE; }
p { color: rgb(80,78,222); }
H1.HeaderClassName
{
color: #504EDE;
}
.AnyTagClassName
{
color: #504EDE;
}
</style>
background-color css
<style>
a { background-color: #504EDE; }
a { background-color: rgb(80,78,222); }
div.DivClassName
{
background-color: #504EDE;
}
.BgClassName
{
background-color: #504EDE;
}
</style>
border-color css
<style>
span { border-color: #504EDE; }
span { border-color: rgb(80,78,222); }
td.TdClassName
{
border-color: #504EDE;
}
.TagClassName
{
border-color: #504EDE;
}
</style>