Shades of Neon Blue #503AF0
Tints of Neon Blue #503AF0
RGB
CMYK
RGB Variations
Color information
#503AF0 (or 0x503AF0) is known color: Neon Blue. HEX triplet: 50, 3A and F0. RGB value is (80,58,240). Sum of RGB (Red+Green+Blue) = 80+58+240=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 240 (94.14% from 255 or 63.49% from 378); Max value from RGB is 240 - color contains mainly: blue. Hex color #503AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503AF0 is #AFC50F. Grayscale: #545454. Windows color (decimal): -11519248 or 15743568. OLE color: 15743568.
HSL color Cylindrical-coordinate representation of color #503AF0: hue angle of 247.25º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503AF0 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 58 | 240 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.06 |
| HSL | 247.25º | 0.86% | 0.58% | - |
| HSV(B) | 247.25º | 0.76% | 0.94% | - |
| XYZ | 20.55 | 11.02 | 83.48 | - |
| YUV | 85.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 240 | 0.67 | 0.76 | 0 | 0.06 | 247.25 | 0.86 | 0.58 |
| Hex | 50 | 3A | F0 | 43 | 4C | 0 | 6 | F7 | 56 | 3A |
| Octal | 120 | 72 | 360 | 103 | 114 | 0 | 6 | 367 | 126 | 72 |
| Binary | 1010000 | 111010 | 11110000 | 1000011 | 1001100 | 0 | 110 | 11110111 | 1010110 | 111010 |
Color Harmonies of #503AF0
Complementary color
Monochromatic Colors of #503AF0
Black with #503AF0
Text Example
Text Example
White with #503AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503AF0; }
p { color: rgb(80,58,240); }
H1.HeaderClassName
{
color: #503AF0;
}
.AnyTagClassName
{
color: #503AF0;
}
</style>
background-color css
<style>
a { background-color: #503AF0; }
a { background-color: rgb(80,58,240); }
div.DivClassName
{
background-color: #503AF0;
}
.BgClassName
{
background-color: #503AF0;
}
</style>
border-color css
<style>
span { border-color: #503AF0; }
span { border-color: rgb(80,58,240); }
td.TdClassName
{
border-color: #503AF0;
}
.TagClassName
{
border-color: #503AF0;
}
</style>