Shades of Neon Blue #504EEC
Tints of Neon Blue #504EEC
RGB
CMYK
RGB Variations
Color information
#504EEC (or 0x504EEC) is known color: Neon Blue. HEX triplet: 50, 4E and EC. RGB value is (80,78,236). Sum of RGB (Red+Green+Blue) = 80+78+236=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #504EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504EEC is #AFB113. Grayscale: #5F5F5F. Windows color (decimal): -11514132 or 15486544. OLE color: 15486544.
HSL color Cylindrical-coordinate representation of color #504EEC: hue angle of 240.76º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504EEC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 78 | 236 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.07 |
| HSL | 240.76º | 0.81% | 0.62% | - |
| HSV(B) | 240.76º | 0.67% | 0.93% | - |
| XYZ | 21.17 | 13.21 | 80.79 | - |
| YUV | 96.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 236 | 0.66 | 0.67 | 0 | 0.07 | 240.76 | 0.81 | 0.62 |
| Hex | 50 | 4E | EC | 42 | 43 | 0 | 7 | F1 | 51 | 3E |
| Octal | 120 | 116 | 354 | 102 | 103 | 0 | 7 | 361 | 121 | 76 |
| Binary | 1010000 | 1001110 | 11101100 | 1000010 | 1000011 | 0 | 111 | 11110001 | 1010001 | 111110 |
Color Harmonies of #504EEC
Complementary color
Monochromatic Colors of #504EEC
Black with #504EEC
Text Example
Text Example
White with #504EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EEC; }
p { color: rgb(80,78,236); }
H1.HeaderClassName
{
color: #504EEC;
}
.AnyTagClassName
{
color: #504EEC;
}
</style>
background-color css
<style>
a { background-color: #504EEC; }
a { background-color: rgb(80,78,236); }
div.DivClassName
{
background-color: #504EEC;
}
.BgClassName
{
background-color: #504EEC;
}
</style>
border-color css
<style>
span { border-color: #504EEC; }
span { border-color: rgb(80,78,236); }
td.TdClassName
{
border-color: #504EEC;
}
.TagClassName
{
border-color: #504EEC;
}
</style>