Shades of Neon Blue #503DDF
Tints of Neon Blue #503DDF
RGB
CMYK
RGB Variations
Color information
#503DDF (or 0x503DDF) is known color: Neon Blue. HEX triplet: 50, 3D and DF. RGB value is (80,61,223). Sum of RGB (Red+Green+Blue) = 80+61+223=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #503DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DDF is #AFC220. Grayscale: #545454. Windows color (decimal): -11518497 or 14630224. OLE color: 14630224.
HSL color Cylindrical-coordinate representation of color #503DDF: hue angle of 247.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503DDF is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 61 | 223 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.13 |
| HSL | 247.04º | 0.72% | 0.56% | - |
| HSV(B) | 247.04º | 0.73% | 0.87% | - |
| XYZ | 18.3 | 10.37 | 70.85 | - |
| YUV | 85.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 223 | 0.64 | 0.73 | 0 | 0.13 | 247.04 | 0.72 | 0.56 |
| Hex | 50 | 3D | DF | 40 | 49 | 0 | D | F7 | 48 | 38 |
| Octal | 120 | 75 | 337 | 100 | 111 | 0 | 15 | 367 | 110 | 70 |
| Binary | 1010000 | 111101 | 11011111 | 1000000 | 1001001 | 0 | 1101 | 11110111 | 1001000 | 111000 |
Color Harmonies of #503DDF
Complementary color
Monochromatic Colors of #503DDF
Black with #503DDF
Text Example
Text Example
White with #503DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DDF; }
p { color: rgb(80,61,223); }
H1.HeaderClassName
{
color: #503DDF;
}
.AnyTagClassName
{
color: #503DDF;
}
</style>
background-color css
<style>
a { background-color: #503DDF; }
a { background-color: rgb(80,61,223); }
div.DivClassName
{
background-color: #503DDF;
}
.BgClassName
{
background-color: #503DDF;
}
</style>
border-color css
<style>
span { border-color: #503DDF; }
span { border-color: rgb(80,61,223); }
td.TdClassName
{
border-color: #503DDF;
}
.TagClassName
{
border-color: #503DDF;
}
</style>