Shades of Neon Blue #503FDC
Tints of Neon Blue #503FDC
RGB
CMYK
RGB Variations
Color information
#503FDC (or 0x503FDC) is known color: Neon Blue. HEX triplet: 50, 3F and DC. RGB value is (80,63,220). Sum of RGB (Red+Green+Blue) = 80+63+220=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #503FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FDC is #AFC023. Grayscale: #555555. Windows color (decimal): -11517988 or 14434128. OLE color: 14434128.
HSL color Cylindrical-coordinate representation of color #503FDC: hue angle of 246.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503FDC is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 63 | 220 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.14 |
| HSL | 246.5º | 0.69% | 0.55% | - |
| HSV(B) | 246.5º | 0.71% | 0.86% | - |
| XYZ | 18 | 10.43 | 68.77 | - |
| YUV | 85.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 220 | 0.64 | 0.71 | 0 | 0.14 | 246.5 | 0.69 | 0.55 |
| Hex | 50 | 3F | DC | 40 | 47 | 0 | E | F6 | 45 | 37 |
| Octal | 120 | 77 | 334 | 100 | 107 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1010000 | 111111 | 11011100 | 1000000 | 1000111 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #503FDC
Complementary color
Monochromatic Colors of #503FDC
Black with #503FDC
Text Example
Text Example
White with #503FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FDC; }
p { color: rgb(80,63,220); }
H1.HeaderClassName
{
color: #503FDC;
}
.AnyTagClassName
{
color: #503FDC;
}
</style>
background-color css
<style>
a { background-color: #503FDC; }
a { background-color: rgb(80,63,220); }
div.DivClassName
{
background-color: #503FDC;
}
.BgClassName
{
background-color: #503FDC;
}
</style>
border-color css
<style>
span { border-color: #503FDC; }
span { border-color: rgb(80,63,220); }
td.TdClassName
{
border-color: #503FDC;
}
.TagClassName
{
border-color: #503FDC;
}
</style>