Shades of Neon Blue #504EE4
Tints of Neon Blue #504EE4
RGB
CMYK
RGB Variations
Color information
#504EE4 (or 0x504EE4) is known color: Neon Blue. HEX triplet: 50, 4E and E4. RGB value is (80,78,228). Sum of RGB (Red+Green+Blue) = 80+78+228=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 228 (89.45% from 255 or 59.07% from 386); Max value from RGB is 228 - color contains mainly: blue. Hex color #504EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EE4 is #AFB11B. Grayscale: #5F5F5F. Windows color (decimal): -11514140 or 14962256. OLE color: 14962256.
HSL color Cylindrical-coordinate representation of color #504EE4: hue angle of 240.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504EE4 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 78 | 228 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.11 |
| HSL | 240.8º | 0.74% | 0.6% | - |
| HSV(B) | 240.8º | 0.66% | 0.89% | - |
| XYZ | 20.04 | 12.76 | 74.8 | - |
| YUV | 95.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 228 | 0.65 | 0.66 | 0 | 0.11 | 240.8 | 0.74 | 0.6 |
| Hex | 50 | 4E | E4 | 41 | 42 | 0 | B | F1 | 4A | 3C |
| Octal | 120 | 116 | 344 | 101 | 102 | 0 | 13 | 361 | 112 | 74 |
| Binary | 1010000 | 1001110 | 11100100 | 1000001 | 1000010 | 0 | 1011 | 11110001 | 1001010 | 111100 |
Color Harmonies of #504EE4
Complementary color
Monochromatic Colors of #504EE4
Black with #504EE4
Text Example
Text Example
White with #504EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504EE4; }
p { color: rgb(80,78,228); }
H1.HeaderClassName
{
color: #504EE4;
}
.AnyTagClassName
{
color: #504EE4;
}
</style>
background-color css
<style>
a { background-color: #504EE4; }
a { background-color: rgb(80,78,228); }
div.DivClassName
{
background-color: #504EE4;
}
.BgClassName
{
background-color: #504EE4;
}
</style>
border-color css
<style>
span { border-color: #504EE4; }
span { border-color: rgb(80,78,228); }
td.TdClassName
{
border-color: #504EE4;
}
.TagClassName
{
border-color: #504EE4;
}
</style>