Shades of Neon Blue #503CEB
Tints of Neon Blue #503CEB
RGB
CMYK
RGB Variations
Color information
#503CEB (or 0x503CEB) is known color: Neon Blue. HEX triplet: 50, 3C and EB. RGB value is (80,60,235). Sum of RGB (Red+Green+Blue) = 80+60+235=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #503CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CEB is #AFC314. Grayscale: #555555. Windows color (decimal): -11518741 or 15416400. OLE color: 15416400.
HSL color Cylindrical-coordinate representation of color #503CEB: hue angle of 246.86º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503CEB is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 60 | 235 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.08 |
| HSL | 246.86º | 0.81% | 0.58% | - |
| HSV(B) | 246.86º | 0.74% | 0.92% | - |
| XYZ | 19.92 | 10.94 | 79.66 | - |
| YUV | 85.93 | 212.13 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 235 | 0.66 | 0.74 | 0 | 0.08 | 246.86 | 0.81 | 0.58 |
| Hex | 50 | 3C | EB | 42 | 4A | 0 | 8 | F7 | 51 | 3A |
| Octal | 120 | 74 | 353 | 102 | 112 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010000 | 111100 | 11101011 | 1000010 | 1001010 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #503CEB
Complementary color
Monochromatic Colors of #503CEB
Black with #503CEB
Text Example
Text Example
White with #503CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CEB; }
p { color: rgb(80,60,235); }
H1.HeaderClassName
{
color: #503CEB;
}
.AnyTagClassName
{
color: #503CEB;
}
</style>
background-color css
<style>
a { background-color: #503CEB; }
a { background-color: rgb(80,60,235); }
div.DivClassName
{
background-color: #503CEB;
}
.BgClassName
{
background-color: #503CEB;
}
</style>
border-color css
<style>
span { border-color: #503CEB; }
span { border-color: rgb(80,60,235); }
td.TdClassName
{
border-color: #503CEB;
}
.TagClassName
{
border-color: #503CEB;
}
</style>