Shades of Neon Blue #503EDF
Tints of Neon Blue #503EDF
RGB
CMYK
RGB Variations
Color information
#503EDF (or 0x503EDF) is known color: Neon Blue. HEX triplet: 50, 3E and DF. RGB value is (80,62,223). Sum of RGB (Red+Green+Blue) = 80+62+223=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #503EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EDF is #AFC120. Grayscale: #555555. Windows color (decimal): -11518241 or 14630480. OLE color: 14630480.
HSL color Cylindrical-coordinate representation of color #503EDF: hue angle of 246.71º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503EDF is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 62 | 223 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.13 |
| HSL | 246.71º | 0.72% | 0.56% | - |
| HSV(B) | 246.71º | 0.72% | 0.87% | - |
| XYZ | 18.35 | 10.48 | 70.87 | - |
| YUV | 85.74 | 205.46 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 223 | 0.64 | 0.72 | 0 | 0.13 | 246.71 | 0.72 | 0.56 |
| Hex | 50 | 3E | DF | 40 | 48 | 0 | D | F7 | 48 | 38 |
| Octal | 120 | 76 | 337 | 100 | 110 | 0 | 15 | 367 | 110 | 70 |
| Binary | 1010000 | 111110 | 11011111 | 1000000 | 1001000 | 0 | 1101 | 11110111 | 1001000 | 111000 |
Color Harmonies of #503EDF
Complementary color
Monochromatic Colors of #503EDF
Black with #503EDF
Text Example
Text Example
White with #503EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EDF; }
p { color: rgb(80,62,223); }
H1.HeaderClassName
{
color: #503EDF;
}
.AnyTagClassName
{
color: #503EDF;
}
</style>
background-color css
<style>
a { background-color: #503EDF; }
a { background-color: rgb(80,62,223); }
div.DivClassName
{
background-color: #503EDF;
}
.BgClassName
{
background-color: #503EDF;
}
</style>
border-color css
<style>
span { border-color: #503EDF; }
span { border-color: rgb(80,62,223); }
td.TdClassName
{
border-color: #503EDF;
}
.TagClassName
{
border-color: #503EDF;
}
</style>