Shades of Neon Blue #504BEC
Tints of Neon Blue #504BEC
RGB
CMYK
RGB Variations
Color information
#504BEC (or 0x504BEC) is known color: Neon Blue. HEX triplet: 50, 4B and EC. RGB value is (80,75,236). Sum of RGB (Red+Green+Blue) = 80+75+236=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #504BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BEC is #AFB413. Grayscale: #5E5E5E. Windows color (decimal): -11514900 or 15485776. OLE color: 15485776.
HSL color Cylindrical-coordinate representation of color #504BEC: hue angle of 241.86º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504BEC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 75 | 236 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.07 |
| HSL | 241.86º | 0.81% | 0.61% | - |
| HSV(B) | 241.86º | 0.68% | 0.93% | - |
| XYZ | 20.96 | 12.79 | 80.72 | - |
| YUV | 94.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 236 | 0.66 | 0.68 | 0 | 0.07 | 241.86 | 0.81 | 0.61 |
| Hex | 50 | 4B | EC | 42 | 44 | 0 | 7 | F2 | 51 | 3D |
| Octal | 120 | 113 | 354 | 102 | 104 | 0 | 7 | 362 | 121 | 75 |
| Binary | 1010000 | 1001011 | 11101100 | 1000010 | 1000100 | 0 | 111 | 11110010 | 1010001 | 111101 |
Color Harmonies of #504BEC
Complementary color
Monochromatic Colors of #504BEC
Black with #504BEC
Text Example
Text Example
White with #504BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BEC; }
p { color: rgb(80,75,236); }
H1.HeaderClassName
{
color: #504BEC;
}
.AnyTagClassName
{
color: #504BEC;
}
</style>
background-color css
<style>
a { background-color: #504BEC; }
a { background-color: rgb(80,75,236); }
div.DivClassName
{
background-color: #504BEC;
}
.BgClassName
{
background-color: #504BEC;
}
</style>
border-color css
<style>
span { border-color: #504BEC; }
span { border-color: rgb(80,75,236); }
td.TdClassName
{
border-color: #504BEC;
}
.TagClassName
{
border-color: #504BEC;
}
</style>