Shades of Neon Blue #504CDE
Tints of Neon Blue #504CDE
RGB
CMYK
RGB Variations
Color information
#504CDE (or 0x504CDE) is known color: Neon Blue. HEX triplet: 50, 4C and DE. RGB value is (80,76,222). Sum of RGB (Red+Green+Blue) = 80+76+222=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #504CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CDE is #AFB321. Grayscale: #5D5D5D. Windows color (decimal): -11514658 or 14568528. OLE color: 14568528.
HSL color Cylindrical-coordinate representation of color #504CDE: hue angle of 241.64º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504CDE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 76 | 222 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.13 |
| HSL | 241.64º | 0.69% | 0.58% | - |
| HSV(B) | 241.64º | 0.66% | 0.87% | - |
| XYZ | 19.08 | 12.15 | 70.45 | - |
| YUV | 93.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 222 | 0.64 | 0.66 | 0 | 0.13 | 241.64 | 0.69 | 0.58 |
| Hex | 50 | 4C | DE | 40 | 42 | 0 | D | F2 | 45 | 3A |
| Octal | 120 | 114 | 336 | 100 | 102 | 0 | 15 | 362 | 105 | 72 |
| Binary | 1010000 | 1001100 | 11011110 | 1000000 | 1000010 | 0 | 1101 | 11110010 | 1000101 | 111010 |
Color Harmonies of #504CDE
Complementary color
Monochromatic Colors of #504CDE
Black with #504CDE
Text Example
Text Example
White with #504CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504CDE; }
p { color: rgb(80,76,222); }
H1.HeaderClassName
{
color: #504CDE;
}
.AnyTagClassName
{
color: #504CDE;
}
</style>
background-color css
<style>
a { background-color: #504CDE; }
a { background-color: rgb(80,76,222); }
div.DivClassName
{
background-color: #504CDE;
}
.BgClassName
{
background-color: #504CDE;
}
</style>
border-color css
<style>
span { border-color: #504CDE; }
span { border-color: rgb(80,76,222); }
td.TdClassName
{
border-color: #504CDE;
}
.TagClassName
{
border-color: #504CDE;
}
</style>