Shades of Neon Blue #503CDF
Tints of Neon Blue #503CDF
RGB
CMYK
RGB Variations
Color information
#503CDF (or 0x503CDF) is known color: Neon Blue. HEX triplet: 50, 3C and DF. RGB value is (80,60,223). Sum of RGB (Red+Green+Blue) = 80+60+223=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #503CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CDF is #AFC320. Grayscale: #535353. Windows color (decimal): -11518753 or 14629968. OLE color: 14629968.
HSL color Cylindrical-coordinate representation of color #503CDF: hue angle of 247.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503CDF is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 60 | 223 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.13 |
| HSL | 247.36º | 0.72% | 0.55% | - |
| HSV(B) | 247.36º | 0.73% | 0.87% | - |
| XYZ | 18.24 | 10.26 | 70.83 | - |
| YUV | 84.56 | 206.13 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 223 | 0.64 | 0.73 | 0 | 0.13 | 247.36 | 0.72 | 0.55 |
| Hex | 50 | 3C | DF | 40 | 49 | 0 | D | F7 | 48 | 37 |
| Octal | 120 | 74 | 337 | 100 | 111 | 0 | 15 | 367 | 110 | 67 |
| Binary | 1010000 | 111100 | 11011111 | 1000000 | 1001001 | 0 | 1101 | 11110111 | 1001000 | 110111 |
Color Harmonies of #503CDF
Complementary color
Monochromatic Colors of #503CDF
Black with #503CDF
Text Example
Text Example
White with #503CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CDF; }
p { color: rgb(80,60,223); }
H1.HeaderClassName
{
color: #503CDF;
}
.AnyTagClassName
{
color: #503CDF;
}
</style>
background-color css
<style>
a { background-color: #503CDF; }
a { background-color: rgb(80,60,223); }
div.DivClassName
{
background-color: #503CDF;
}
.BgClassName
{
background-color: #503CDF;
}
</style>
border-color css
<style>
span { border-color: #503CDF; }
span { border-color: rgb(80,60,223); }
td.TdClassName
{
border-color: #503CDF;
}
.TagClassName
{
border-color: #503CDF;
}
</style>