Shades of Neon Blue #503DF1
Tints of Neon Blue #503DF1
RGB
CMYK
RGB Variations
Color information
#503DF1 (or 0x503DF1) is known color: Neon Blue. HEX triplet: 50, 3D and F1. RGB value is (80,61,241). Sum of RGB (Red+Green+Blue) = 80+61+241=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #503DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DF1 is #AFC20E. Grayscale: #565656. Windows color (decimal): -11518479 or 15809872. OLE color: 15809872.
HSL color Cylindrical-coordinate representation of color #503DF1: hue angle of 246.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503DF1 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 61 | 241 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.05 |
| HSL | 246.33º | 0.87% | 0.59% | - |
| HSV(B) | 246.33º | 0.75% | 0.95% | - |
| XYZ | 20.85 | 11.39 | 84.32 | - |
| YUV | 87.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 241 | 0.67 | 0.75 | 0 | 0.05 | 246.33 | 0.87 | 0.59 |
| Hex | 50 | 3D | F1 | 43 | 4B | 0 | 5 | F6 | 57 | 3B |
| Octal | 120 | 75 | 361 | 103 | 113 | 0 | 5 | 366 | 127 | 73 |
| Binary | 1010000 | 111101 | 11110001 | 1000011 | 1001011 | 0 | 101 | 11110110 | 1010111 | 111011 |
Color Harmonies of #503DF1
Complementary color
Monochromatic Colors of #503DF1
Black with #503DF1
Text Example
Text Example
White with #503DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DF1; }
p { color: rgb(80,61,241); }
H1.HeaderClassName
{
color: #503DF1;
}
.AnyTagClassName
{
color: #503DF1;
}
</style>
background-color css
<style>
a { background-color: #503DF1; }
a { background-color: rgb(80,61,241); }
div.DivClassName
{
background-color: #503DF1;
}
.BgClassName
{
background-color: #503DF1;
}
</style>
border-color css
<style>
span { border-color: #503DF1; }
span { border-color: rgb(80,61,241); }
td.TdClassName
{
border-color: #503DF1;
}
.TagClassName
{
border-color: #503DF1;
}
</style>