Shades of Neon Blue #503DDD
Tints of Neon Blue #503DDD
RGB
CMYK
RGB Variations
Color information
#503DDD (or 0x503DDD) is known color: Neon Blue. HEX triplet: 50, 3D and DD. RGB value is (80,61,221). Sum of RGB (Red+Green+Blue) = 80+61+221=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #503DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DDD is #AFC222. Grayscale: #545454. Windows color (decimal): -11518499 or 14499152. OLE color: 14499152.
HSL color Cylindrical-coordinate representation of color #503DDD: hue angle of 247.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503DDD is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 61 | 221 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.13 |
| HSL | 247.13º | 0.7% | 0.55% | - |
| HSV(B) | 247.13º | 0.72% | 0.87% | - |
| XYZ | 18.03 | 10.26 | 69.44 | - |
| YUV | 84.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 221 | 0.64 | 0.72 | 0 | 0.13 | 247.13 | 0.7 | 0.55 |
| Hex | 50 | 3D | DD | 40 | 48 | 0 | D | F7 | 46 | 37 |
| Octal | 120 | 75 | 335 | 100 | 110 | 0 | 15 | 367 | 106 | 67 |
| Binary | 1010000 | 111101 | 11011101 | 1000000 | 1001000 | 0 | 1101 | 11110111 | 1000110 | 110111 |
Color Harmonies of #503DDD
Complementary color
Monochromatic Colors of #503DDD
Black with #503DDD
Text Example
Text Example
White with #503DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DDD; }
p { color: rgb(80,61,221); }
H1.HeaderClassName
{
color: #503DDD;
}
.AnyTagClassName
{
color: #503DDD;
}
</style>
background-color css
<style>
a { background-color: #503DDD; }
a { background-color: rgb(80,61,221); }
div.DivClassName
{
background-color: #503DDD;
}
.BgClassName
{
background-color: #503DDD;
}
</style>
border-color css
<style>
span { border-color: #503DDD; }
span { border-color: rgb(80,61,221); }
td.TdClassName
{
border-color: #503DDD;
}
.TagClassName
{
border-color: #503DDD;
}
</style>