Shades of Neon Blue #504ADE
Tints of Neon Blue #504ADE
RGB
CMYK
RGB Variations
Color information
#504ADE (or 0x504ADE) is known color: Neon Blue. HEX triplet: 50, 4A and DE. RGB value is (80,74,222). Sum of RGB (Red+Green+Blue) = 80+74+222=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #504ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ADE is #AFB521. Grayscale: #5C5C5C. Windows color (decimal): -11515170 or 14568016. OLE color: 14568016.
HSL color Cylindrical-coordinate representation of color #504ADE: hue angle of 242.43º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #504ADE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 74 | 222 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.13 |
| HSL | 242.43º | 0.69% | 0.58% | - |
| HSV(B) | 242.43º | 0.67% | 0.87% | - |
| XYZ | 18.94 | 11.88 | 70.4 | - |
| YUV | 92.67 | 200.99 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 222 | 0.64 | 0.67 | 0 | 0.13 | 242.43 | 0.69 | 0.58 |
| Hex | 50 | 4A | DE | 40 | 43 | 0 | D | F2 | 45 | 3A |
| Octal | 120 | 112 | 336 | 100 | 103 | 0 | 15 | 362 | 105 | 72 |
| Binary | 1010000 | 1001010 | 11011110 | 1000000 | 1000011 | 0 | 1101 | 11110010 | 1000101 | 111010 |
Color Harmonies of #504ADE
Complementary color
Monochromatic Colors of #504ADE
Black with #504ADE
Text Example
Text Example
White with #504ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504ADE; }
p { color: rgb(80,74,222); }
H1.HeaderClassName
{
color: #504ADE;
}
.AnyTagClassName
{
color: #504ADE;
}
</style>
background-color css
<style>
a { background-color: #504ADE; }
a { background-color: rgb(80,74,222); }
div.DivClassName
{
background-color: #504ADE;
}
.BgClassName
{
background-color: #504ADE;
}
</style>
border-color css
<style>
span { border-color: #504ADE; }
span { border-color: rgb(80,74,222); }
td.TdClassName
{
border-color: #504ADE;
}
.TagClassName
{
border-color: #504ADE;
}
</style>