Shades of Neon Blue #503DFF
Tints of Neon Blue #503DFF
RGB
CMYK
RGB Variations
Color information
#503DFF (or 0x503DFF) is known color: Neon Blue. HEX triplet: 50, 3D and FF. RGB value is (80,61,255). Sum of RGB (Red+Green+Blue) = 80+61+255=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #503DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503DFF is #AFC200. Grayscale: #585858. Windows color (decimal): -11518465 or 16727376. OLE color: 16727376.
HSL color Cylindrical-coordinate representation of color #503DFF: hue angle of 245.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503DFF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 61 | 255 | - |
| CMYK | 0.69 | 0.76 | 0 | 0 |
| HSL | 245.88º | 1% | 0.62% | - |
| HSV(B) | 245.88º | 0.76% | 1% | - |
| XYZ | 23.03 | 12.26 | 95.76 | - |
| YUV | 88.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 255 | 0.69 | 0.76 | 0 | 0 | 245.88 | 1 | 0.62 |
| Hex | 50 | 3D | FF | 45 | 4C | 0 | 0 | F6 | 64 | 3E |
| Octal | 120 | 75 | 377 | 105 | 114 | 0 | 0 | 366 | 144 | 76 |
| Binary | 1010000 | 111101 | 11111111 | 1000101 | 1001100 | 0 | 0 | 11110110 | 1100100 | 111110 |
Color Harmonies of #503DFF
Complementary color
Monochromatic Colors of #503DFF
Black with #503DFF
Text Example
Text Example
White with #503DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DFF; }
p { color: rgb(80,61,255); }
H1.HeaderClassName
{
color: #503DFF;
}
.AnyTagClassName
{
color: #503DFF;
}
</style>
background-color css
<style>
a { background-color: #503DFF; }
a { background-color: rgb(80,61,255); }
div.DivClassName
{
background-color: #503DFF;
}
.BgClassName
{
background-color: #503DFF;
}
</style>
border-color css
<style>
span { border-color: #503DFF; }
span { border-color: rgb(80,61,255); }
td.TdClassName
{
border-color: #503DFF;
}
.TagClassName
{
border-color: #503DFF;
}
</style>