Shades of Neon Blue #503DF6
Tints of Neon Blue #503DF6
RGB
CMYK
RGB Variations
Color information
#503DF6 (or 0x503DF6) is known color: Neon Blue. HEX triplet: 50, 3D and F6. RGB value is (80,61,246). Sum of RGB (Red+Green+Blue) = 80+61+246=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #503DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DF6 is #AFC209. Grayscale: #575757. Windows color (decimal): -11518474 or 16137552. OLE color: 16137552.
HSL color Cylindrical-coordinate representation of color #503DF6: hue angle of 246.16º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503DF6 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 61 | 246 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.04 |
| HSL | 246.16º | 0.91% | 0.6% | - |
| HSV(B) | 246.16º | 0.75% | 0.96% | - |
| XYZ | 21.61 | 11.7 | 88.31 | - |
| YUV | 87.77 | 217.29 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 246 | 0.67 | 0.75 | 0 | 0.04 | 246.16 | 0.91 | 0.6 |
| Hex | 50 | 3D | F6 | 43 | 4B | 0 | 4 | F6 | 5B | 3C |
| Octal | 120 | 75 | 366 | 103 | 113 | 0 | 4 | 366 | 133 | 74 |
| Binary | 1010000 | 111101 | 11110110 | 1000011 | 1001011 | 0 | 100 | 11110110 | 1011011 | 111100 |
Color Harmonies of #503DF6
Complementary color
Monochromatic Colors of #503DF6
Black with #503DF6
Text Example
Text Example
White with #503DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DF6; }
p { color: rgb(80,61,246); }
H1.HeaderClassName
{
color: #503DF6;
}
.AnyTagClassName
{
color: #503DF6;
}
</style>
background-color css
<style>
a { background-color: #503DF6; }
a { background-color: rgb(80,61,246); }
div.DivClassName
{
background-color: #503DF6;
}
.BgClassName
{
background-color: #503DF6;
}
</style>
border-color css
<style>
span { border-color: #503DF6; }
span { border-color: rgb(80,61,246); }
td.TdClassName
{
border-color: #503DF6;
}
.TagClassName
{
border-color: #503DF6;
}
</style>