Shades of Neon Blue #504DDE
Tints of Neon Blue #504DDE
RGB
CMYK
RGB Variations
Color information
#504DDE (or 0x504DDE) is known color: Neon Blue. HEX triplet: 50, 4D and DE. RGB value is (80,77,222). Sum of RGB (Red+Green+Blue) = 80+77+222=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #504DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DDE is #AFB221. Grayscale: #5D5D5D. Windows color (decimal): -11514402 or 14568784. OLE color: 14568784.
HSL color Cylindrical-coordinate representation of color #504DDE: hue angle of 241.24º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #504DDE is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 77 | 222 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.13 |
| HSL | 241.24º | 0.69% | 0.59% | - |
| HSV(B) | 241.24º | 0.65% | 0.87% | - |
| XYZ | 19.15 | 12.29 | 70.47 | - |
| YUV | 94.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 222 | 0.64 | 0.65 | 0 | 0.13 | 241.24 | 0.69 | 0.59 |
| Hex | 50 | 4D | DE | 40 | 41 | 0 | D | F1 | 45 | 3B |
| Octal | 120 | 115 | 336 | 100 | 101 | 0 | 15 | 361 | 105 | 73 |
| Binary | 1010000 | 1001101 | 11011110 | 1000000 | 1000001 | 0 | 1101 | 11110001 | 1000101 | 111011 |
Color Harmonies of #504DDE
Complementary color
Monochromatic Colors of #504DDE
Black with #504DDE
Text Example
Text Example
White with #504DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504DDE; }
p { color: rgb(80,77,222); }
H1.HeaderClassName
{
color: #504DDE;
}
.AnyTagClassName
{
color: #504DDE;
}
</style>
background-color css
<style>
a { background-color: #504DDE; }
a { background-color: rgb(80,77,222); }
div.DivClassName
{
background-color: #504DDE;
}
.BgClassName
{
background-color: #504DDE;
}
</style>
border-color css
<style>
span { border-color: #504DDE; }
span { border-color: rgb(80,77,222); }
td.TdClassName
{
border-color: #504DDE;
}
.TagClassName
{
border-color: #504DDE;
}
</style>