Shades of Neon Blue #503BDF
Tints of Neon Blue #503BDF
RGB
CMYK
RGB Variations
Color information
#503BDF (or 0x503BDF) is known color: Neon Blue. HEX triplet: 50, 3B and DF. RGB value is (80,59,223). Sum of RGB (Red+Green+Blue) = 80+59+223=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #503BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503BDF is #AFC420. Grayscale: #535353. Windows color (decimal): -11519009 or 14629712. OLE color: 14629712.
HSL color Cylindrical-coordinate representation of color #503BDF: hue angle of 247.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503BDF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 59 | 223 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.13 |
| HSL | 247.68º | 0.72% | 0.55% | - |
| HSV(B) | 247.68º | 0.74% | 0.87% | - |
| XYZ | 18.19 | 10.16 | 70.81 | - |
| YUV | 83.98 | 206.46 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 223 | 0.64 | 0.74 | 0 | 0.13 | 247.68 | 0.72 | 0.55 |
| Hex | 50 | 3B | DF | 40 | 4A | 0 | D | F8 | 48 | 37 |
| Octal | 120 | 73 | 337 | 100 | 112 | 0 | 15 | 370 | 110 | 67 |
| Binary | 1010000 | 111011 | 11011111 | 1000000 | 1001010 | 0 | 1101 | 11111000 | 1001000 | 110111 |
Color Harmonies of #503BDF
Complementary color
Monochromatic Colors of #503BDF
Black with #503BDF
Text Example
Text Example
White with #503BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BDF; }
p { color: rgb(80,59,223); }
H1.HeaderClassName
{
color: #503BDF;
}
.AnyTagClassName
{
color: #503BDF;
}
</style>
background-color css
<style>
a { background-color: #503BDF; }
a { background-color: rgb(80,59,223); }
div.DivClassName
{
background-color: #503BDF;
}
.BgClassName
{
background-color: #503BDF;
}
</style>
border-color css
<style>
span { border-color: #503BDF; }
span { border-color: rgb(80,59,223); }
td.TdClassName
{
border-color: #503BDF;
}
.TagClassName
{
border-color: #503BDF;
}
</style>