Shades of Neon Blue #503CFA
Tints of Neon Blue #503CFA
RGB
CMYK
RGB Variations
Color information
#503CFA (or 0x503CFA) is known color: Neon Blue. HEX triplet: 50, 3C and FA. RGB value is (80,60,250). Sum of RGB (Red+Green+Blue) = 80+60+250=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #503CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503CFA is #AFC305. Grayscale: #565656. Windows color (decimal): -11518726 or 16399440. OLE color: 16399440.
HSL color Cylindrical-coordinate representation of color #503CFA: hue angle of 246.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503CFA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 60 | 250 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.02 |
| HSL | 246.32º | 0.95% | 0.61% | - |
| HSV(B) | 246.32º | 0.76% | 0.98% | - |
| XYZ | 22.18 | 11.84 | 91.56 | - |
| YUV | 87.64 | 219.63 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 250 | 0.68 | 0.76 | 0 | 0.02 | 246.32 | 0.95 | 0.61 |
| Hex | 50 | 3C | FA | 44 | 4C | 0 | 2 | F6 | 5F | 3D |
| Octal | 120 | 74 | 372 | 104 | 114 | 0 | 2 | 366 | 137 | 75 |
| Binary | 1010000 | 111100 | 11111010 | 1000100 | 1001100 | 0 | 10 | 11110110 | 1011111 | 111101 |
Color Harmonies of #503CFA
Complementary color
Monochromatic Colors of #503CFA
Black with #503CFA
Text Example
Text Example
White with #503CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503CFA; }
p { color: rgb(80,60,250); }
H1.HeaderClassName
{
color: #503CFA;
}
.AnyTagClassName
{
color: #503CFA;
}
</style>
background-color css
<style>
a { background-color: #503CFA; }
a { background-color: rgb(80,60,250); }
div.DivClassName
{
background-color: #503CFA;
}
.BgClassName
{
background-color: #503CFA;
}
</style>
border-color css
<style>
span { border-color: #503CFA; }
span { border-color: rgb(80,60,250); }
td.TdClassName
{
border-color: #503CFA;
}
.TagClassName
{
border-color: #503CFA;
}
</style>