Shades of Neon Blue #503DE1
Tints of Neon Blue #503DE1
RGB
CMYK
RGB Variations
Color information
#503DE1 (or 0x503DE1) is known color: Neon Blue. HEX triplet: 50, 3D and E1. RGB value is (80,61,225). Sum of RGB (Red+Green+Blue) = 80+61+225=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #503DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DE1 is #AFC21E. Grayscale: #545454. Windows color (decimal): -11518495 or 14761296. OLE color: 14761296.
HSL color Cylindrical-coordinate representation of color #503DE1: hue angle of 246.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503DE1 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 61 | 225 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.12 |
| HSL | 246.95º | 0.73% | 0.56% | - |
| HSV(B) | 246.95º | 0.73% | 0.88% | - |
| XYZ | 18.57 | 10.48 | 72.28 | - |
| YUV | 85.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 225 | 0.64 | 0.73 | 0 | 0.12 | 246.95 | 0.73 | 0.56 |
| Hex | 50 | 3D | E1 | 40 | 49 | 0 | C | F7 | 49 | 38 |
| Octal | 120 | 75 | 341 | 100 | 111 | 0 | 14 | 367 | 111 | 70 |
| Binary | 1010000 | 111101 | 11100001 | 1000000 | 1001001 | 0 | 1100 | 11110111 | 1001001 | 111000 |
Color Harmonies of #503DE1
Complementary color
Monochromatic Colors of #503DE1
Black with #503DE1
Text Example
Text Example
White with #503DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DE1; }
p { color: rgb(80,61,225); }
H1.HeaderClassName
{
color: #503DE1;
}
.AnyTagClassName
{
color: #503DE1;
}
</style>
background-color css
<style>
a { background-color: #503DE1; }
a { background-color: rgb(80,61,225); }
div.DivClassName
{
background-color: #503DE1;
}
.BgClassName
{
background-color: #503DE1;
}
</style>
border-color css
<style>
span { border-color: #503DE1; }
span { border-color: rgb(80,61,225); }
td.TdClassName
{
border-color: #503DE1;
}
.TagClassName
{
border-color: #503DE1;
}
</style>