Shades of Neon Blue #504CEB
Tints of Neon Blue #504CEB
RGB
CMYK
RGB Variations
Color information
#504CEB (or 0x504CEB) is known color: Neon Blue. HEX triplet: 50, 4C and EB. RGB value is (80,76,235). Sum of RGB (Red+Green+Blue) = 80+76+235=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #504CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CEB is #AFB314. Grayscale: #5E5E5E. Windows color (decimal): -11514645 or 15420496. OLE color: 15420496.
HSL color Cylindrical-coordinate representation of color #504CEB: hue angle of 241.51º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504CEB is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 76 | 235 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.08 |
| HSL | 241.51º | 0.8% | 0.61% | - |
| HSV(B) | 241.51º | 0.68% | 0.92% | - |
| XYZ | 20.89 | 12.87 | 79.98 | - |
| YUV | 95.32 | 206.83 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 235 | 0.66 | 0.68 | 0 | 0.08 | 241.51 | 0.8 | 0.61 |
| Hex | 50 | 4C | EB | 42 | 44 | 0 | 8 | F2 | 50 | 3D |
| Octal | 120 | 114 | 353 | 102 | 104 | 0 | 10 | 362 | 120 | 75 |
| Binary | 1010000 | 1001100 | 11101011 | 1000010 | 1000100 | 0 | 1000 | 11110010 | 1010000 | 111101 |
Color Harmonies of #504CEB
Complementary color
Monochromatic Colors of #504CEB
Black with #504CEB
Text Example
Text Example
White with #504CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CEB; }
p { color: rgb(80,76,235); }
H1.HeaderClassName
{
color: #504CEB;
}
.AnyTagClassName
{
color: #504CEB;
}
</style>
background-color css
<style>
a { background-color: #504CEB; }
a { background-color: rgb(80,76,235); }
div.DivClassName
{
background-color: #504CEB;
}
.BgClassName
{
background-color: #504CEB;
}
</style>
border-color css
<style>
span { border-color: #504CEB; }
span { border-color: rgb(80,76,235); }
td.TdClassName
{
border-color: #504CEB;
}
.TagClassName
{
border-color: #504CEB;
}
</style>