Shades of Neon Blue #503EDC
Tints of Neon Blue #503EDC
RGB
CMYK
RGB Variations
Color information
#503EDC (or 0x503EDC) is known color: Neon Blue. HEX triplet: 50, 3E and DC. RGB value is (80,62,220). Sum of RGB (Red+Green+Blue) = 80+62+220=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #503EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EDC is #AFC123. Grayscale: #545454. Windows color (decimal): -11518244 or 14433872. OLE color: 14433872.
HSL color Cylindrical-coordinate representation of color #503EDC: hue angle of 246.84º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503EDC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 62 | 220 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.14 |
| HSL | 246.84º | 0.69% | 0.55% | - |
| HSV(B) | 246.84º | 0.72% | 0.86% | - |
| XYZ | 17.95 | 10.32 | 68.76 | - |
| YUV | 85.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 220 | 0.64 | 0.72 | 0 | 0.14 | 246.84 | 0.69 | 0.55 |
| Hex | 50 | 3E | DC | 40 | 48 | 0 | E | F7 | 45 | 37 |
| Octal | 120 | 76 | 334 | 100 | 110 | 0 | 16 | 367 | 105 | 67 |
| Binary | 1010000 | 111110 | 11011100 | 1000000 | 1001000 | 0 | 1110 | 11110111 | 1000101 | 110111 |
Color Harmonies of #503EDC
Complementary color
Monochromatic Colors of #503EDC
Black with #503EDC
Text Example
Text Example
White with #503EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EDC; }
p { color: rgb(80,62,220); }
H1.HeaderClassName
{
color: #503EDC;
}
.AnyTagClassName
{
color: #503EDC;
}
</style>
background-color css
<style>
a { background-color: #503EDC; }
a { background-color: rgb(80,62,220); }
div.DivClassName
{
background-color: #503EDC;
}
.BgClassName
{
background-color: #503EDC;
}
</style>
border-color css
<style>
span { border-color: #503EDC; }
span { border-color: rgb(80,62,220); }
td.TdClassName
{
border-color: #503EDC;
}
.TagClassName
{
border-color: #503EDC;
}
</style>