Shades of Neon Blue #503EEF
Tints of Neon Blue #503EEF
RGB
CMYK
RGB Variations
Color information
#503EEF (or 0x503EEF) is known color: Neon Blue. HEX triplet: 50, 3E and EF. RGB value is (80,62,239). Sum of RGB (Red+Green+Blue) = 80+62+239=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #503EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EEF is #AFC110. Grayscale: #565656. Windows color (decimal): -11518225 or 15679056. OLE color: 15679056.
HSL color Cylindrical-coordinate representation of color #503EEF: hue angle of 246.1º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503EEF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 62 | 239 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.06 |
| HSL | 246.1º | 0.85% | 0.59% | - |
| HSV(B) | 246.1º | 0.74% | 0.94% | - |
| XYZ | 20.61 | 11.38 | 82.77 | - |
| YUV | 87.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 239 | 0.67 | 0.74 | 0 | 0.06 | 246.1 | 0.85 | 0.59 |
| Hex | 50 | 3E | EF | 43 | 4A | 0 | 6 | F6 | 55 | 3B |
| Octal | 120 | 76 | 357 | 103 | 112 | 0 | 6 | 366 | 125 | 73 |
| Binary | 1010000 | 111110 | 11101111 | 1000011 | 1001010 | 0 | 110 | 11110110 | 1010101 | 111011 |
Color Harmonies of #503EEF
Complementary color
Monochromatic Colors of #503EEF
Black with #503EEF
Text Example
Text Example
White with #503EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EEF; }
p { color: rgb(80,62,239); }
H1.HeaderClassName
{
color: #503EEF;
}
.AnyTagClassName
{
color: #503EEF;
}
</style>
background-color css
<style>
a { background-color: #503EEF; }
a { background-color: rgb(80,62,239); }
div.DivClassName
{
background-color: #503EEF;
}
.BgClassName
{
background-color: #503EEF;
}
</style>
border-color css
<style>
span { border-color: #503EEF; }
span { border-color: rgb(80,62,239); }
td.TdClassName
{
border-color: #503EEF;
}
.TagClassName
{
border-color: #503EEF;
}
</style>