Shades of Neon Blue #503CDD
Tints of Neon Blue #503CDD
RGB
CMYK
RGB Variations
Color information
#503CDD (or 0x503CDD) is known color: Neon Blue. HEX triplet: 50, 3C and DD. RGB value is (80,60,221). Sum of RGB (Red+Green+Blue) = 80+60+221=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #503CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503CDD is #AFC322. Grayscale: #535353. Windows color (decimal): -11518755 or 14498896. OLE color: 14498896.
HSL color Cylindrical-coordinate representation of color #503CDD: hue angle of 247.45º degrees, saturation: 0.7, 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 #503CDD is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 60 | 221 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.13 |
| HSL | 247.45º | 0.7% | 0.55% | - |
| HSV(B) | 247.45º | 0.73% | 0.87% | - |
| XYZ | 17.98 | 10.16 | 69.42 | - |
| YUV | 84.33 | 205.13 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 221 | 0.64 | 0.73 | 0 | 0.13 | 247.45 | 0.7 | 0.55 |
| Hex | 50 | 3C | DD | 40 | 49 | 0 | D | F7 | 46 | 37 |
| Octal | 120 | 74 | 335 | 100 | 111 | 0 | 15 | 367 | 106 | 67 |
| Binary | 1010000 | 111100 | 11011101 | 1000000 | 1001001 | 0 | 1101 | 11110111 | 1000110 | 110111 |
Color Harmonies of #503CDD
Complementary color
Monochromatic Colors of #503CDD
Black with #503CDD
Text Example
Text Example
White with #503CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CDD; }
p { color: rgb(80,60,221); }
H1.HeaderClassName
{
color: #503CDD;
}
.AnyTagClassName
{
color: #503CDD;
}
</style>
background-color css
<style>
a { background-color: #503CDD; }
a { background-color: rgb(80,60,221); }
div.DivClassName
{
background-color: #503CDD;
}
.BgClassName
{
background-color: #503CDD;
}
</style>
border-color css
<style>
span { border-color: #503CDD; }
span { border-color: rgb(80,60,221); }
td.TdClassName
{
border-color: #503CDD;
}
.TagClassName
{
border-color: #503CDD;
}
</style>