Shades of Neon Blue #503BF4
Tints of Neon Blue #503BF4
RGB
CMYK
RGB Variations
Color information
#503BF4 (or 0x503BF4) is known color: Neon Blue. HEX triplet: 50, 3B and F4. RGB value is (80,59,244). Sum of RGB (Red+Green+Blue) = 80+59+244=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #503BF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BF4 is #AFC40B. Grayscale: #555555. Windows color (decimal): -11518988 or 16005968. OLE color: 16005968.
HSL color Cylindrical-coordinate representation of color #503BF4: hue angle of 246.81º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #503BF4 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 59 | 244 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.04 |
| HSL | 246.81º | 0.89% | 0.59% | - |
| HSV(B) | 246.81º | 0.76% | 0.96% | - |
| XYZ | 21.2 | 11.37 | 86.66 | - |
| YUV | 86.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 244 | 0.67 | 0.76 | 0 | 0.04 | 246.81 | 0.89 | 0.59 |
| Hex | 50 | 3B | F4 | 43 | 4C | 0 | 4 | F7 | 59 | 3B |
| Octal | 120 | 73 | 364 | 103 | 114 | 0 | 4 | 367 | 131 | 73 |
| Binary | 1010000 | 111011 | 11110100 | 1000011 | 1001100 | 0 | 100 | 11110111 | 1011001 | 111011 |
Color Harmonies of #503BF4
Complementary color
Monochromatic Colors of #503BF4
Black with #503BF4
Text Example
Text Example
White with #503BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503BF4; }
p { color: rgb(80,59,244); }
H1.HeaderClassName
{
color: #503BF4;
}
.AnyTagClassName
{
color: #503BF4;
}
</style>
background-color css
<style>
a { background-color: #503BF4; }
a { background-color: rgb(80,59,244); }
div.DivClassName
{
background-color: #503BF4;
}
.BgClassName
{
background-color: #503BF4;
}
</style>
border-color css
<style>
span { border-color: #503BF4; }
span { border-color: rgb(80,59,244); }
td.TdClassName
{
border-color: #503BF4;
}
.TagClassName
{
border-color: #503BF4;
}
</style>