Shades of Neon Blue #503FEF
Tints of Neon Blue #503FEF
RGB
CMYK
RGB Variations
Color information
#503FEF (or 0x503FEF) is known color: Neon Blue. HEX triplet: 50, 3F and EF. RGB value is (80,63,239). Sum of RGB (Red+Green+Blue) = 80+63+239=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #503FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503FEF is #AFC010. Grayscale: #575757. Windows color (decimal): -11517969 or 15679312. OLE color: 15679312.
HSL color Cylindrical-coordinate representation of color #503FEF: hue angle of 245.8º 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 #503FEF is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 63 | 239 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.06 |
| HSL | 245.8º | 0.85% | 0.59% | - |
| HSV(B) | 245.8º | 0.74% | 0.94% | - |
| XYZ | 20.67 | 11.49 | 82.79 | - |
| YUV | 88.15 | 213.13 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 239 | 0.67 | 0.74 | 0 | 0.06 | 245.8 | 0.85 | 0.59 |
| Hex | 50 | 3F | EF | 43 | 4A | 0 | 6 | F6 | 55 | 3B |
| Octal | 120 | 77 | 357 | 103 | 112 | 0 | 6 | 366 | 125 | 73 |
| Binary | 1010000 | 111111 | 11101111 | 1000011 | 1001010 | 0 | 110 | 11110110 | 1010101 | 111011 |
Color Harmonies of #503FEF
Complementary color
Monochromatic Colors of #503FEF
Black with #503FEF
Text Example
Text Example
White with #503FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FEF; }
p { color: rgb(80,63,239); }
H1.HeaderClassName
{
color: #503FEF;
}
.AnyTagClassName
{
color: #503FEF;
}
</style>
background-color css
<style>
a { background-color: #503FEF; }
a { background-color: rgb(80,63,239); }
div.DivClassName
{
background-color: #503FEF;
}
.BgClassName
{
background-color: #503FEF;
}
</style>
border-color css
<style>
span { border-color: #503FEF; }
span { border-color: rgb(80,63,239); }
td.TdClassName
{
border-color: #503FEF;
}
.TagClassName
{
border-color: #503FEF;
}
</style>