Shades of Neon Blue #503FFD
Tints of Neon Blue #503FFD
RGB
CMYK
RGB Variations
Color information
#503FFD (or 0x503FFD) is known color: Neon Blue. HEX triplet: 50, 3F and FD. RGB value is (80,63,253). Sum of RGB (Red+Green+Blue) = 80+63+253=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #503FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503FFD is #AFC002. Grayscale: #595959. Windows color (decimal): -11517955 or 16596816. OLE color: 16596816.
HSL color Cylindrical-coordinate representation of color #503FFD: hue angle of 245.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503FFD is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 63 | 253 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.01 |
| HSL | 245.37º | 0.98% | 0.62% | - |
| HSV(B) | 245.37º | 0.75% | 0.99% | - |
| XYZ | 22.82 | 12.35 | 94.11 | - |
| YUV | 89.74 | 220.13 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 253 | 0.68 | 0.75 | 0 | 0.01 | 245.37 | 0.98 | 0.62 |
| Hex | 50 | 3F | FD | 44 | 4B | 0 | 1 | F5 | 62 | 3E |
| Octal | 120 | 77 | 375 | 104 | 113 | 0 | 1 | 365 | 142 | 76 |
| Binary | 1010000 | 111111 | 11111101 | 1000100 | 1001011 | 0 | 1 | 11110101 | 1100010 | 111110 |
Color Harmonies of #503FFD
Complementary color
Monochromatic Colors of #503FFD
Black with #503FFD
Text Example
Text Example
White with #503FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FFD; }
p { color: rgb(80,63,253); }
H1.HeaderClassName
{
color: #503FFD;
}
.AnyTagClassName
{
color: #503FFD;
}
</style>
background-color css
<style>
a { background-color: #503FFD; }
a { background-color: rgb(80,63,253); }
div.DivClassName
{
background-color: #503FFD;
}
.BgClassName
{
background-color: #503FFD;
}
</style>
border-color css
<style>
span { border-color: #503FFD; }
span { border-color: rgb(80,63,253); }
td.TdClassName
{
border-color: #503FFD;
}
.TagClassName
{
border-color: #503FFD;
}
</style>