Shades of Neon Blue #503BEB
Tints of Neon Blue #503BEB
RGB
CMYK
RGB Variations
Color information
#503BEB (or 0x503BEB) is known color: Neon Blue. HEX triplet: 50, 3B and EB. RGB value is (80,59,235). Sum of RGB (Red+Green+Blue) = 80+59+235=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #503BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BEB is #AFC414. Grayscale: #545454. Windows color (decimal): -11518997 or 15416144. OLE color: 15416144.
HSL color Cylindrical-coordinate representation of color #503BEB: hue angle of 247.16º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503BEB is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 59 | 235 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.08 |
| HSL | 247.16º | 0.81% | 0.58% | - |
| HSV(B) | 247.16º | 0.75% | 0.92% | - |
| XYZ | 19.87 | 10.83 | 79.64 | - |
| YUV | 85.34 | 212.46 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 235 | 0.66 | 0.75 | 0 | 0.08 | 247.16 | 0.81 | 0.58 |
| Hex | 50 | 3B | EB | 42 | 4B | 0 | 8 | F7 | 51 | 3A |
| Octal | 120 | 73 | 353 | 102 | 113 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1010000 | 111011 | 11101011 | 1000010 | 1001011 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #503BEB
Complementary color
Monochromatic Colors of #503BEB
Black with #503BEB
Text Example
Text Example
White with #503BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BEB; }
p { color: rgb(80,59,235); }
H1.HeaderClassName
{
color: #503BEB;
}
.AnyTagClassName
{
color: #503BEB;
}
</style>
background-color css
<style>
a { background-color: #503BEB; }
a { background-color: rgb(80,59,235); }
div.DivClassName
{
background-color: #503BEB;
}
.BgClassName
{
background-color: #503BEB;
}
</style>
border-color css
<style>
span { border-color: #503BEB; }
span { border-color: rgb(80,59,235); }
td.TdClassName
{
border-color: #503BEB;
}
.TagClassName
{
border-color: #503BEB;
}
</style>