Shades of Neon Blue #504AE6
Tints of Neon Blue #504AE6
RGB
CMYK
RGB Variations
Color information
#504AE6 (or 0x504AE6) is known color: Neon Blue. HEX triplet: 50, 4A and E6. RGB value is (80,74,230). Sum of RGB (Red+Green+Blue) = 80+74+230=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 230 (90.23% from 255 or 59.90% from 384); Max value from RGB is 230 - color contains mainly: blue. Hex color #504AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AE6 is #AFB519. Grayscale: #5C5C5C. Windows color (decimal): -11515162 or 15092304. OLE color: 15092304.
HSL color Cylindrical-coordinate representation of color #504AE6: hue angle of 242.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504AE6 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 74 | 230 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.10 |
| HSL | 242.31º | 0.76% | 0.6% | - |
| HSV(B) | 242.31º | 0.68% | 0.9% | - |
| XYZ | 20.04 | 12.32 | 76.18 | - |
| YUV | 93.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 230 | 0.65 | 0.68 | 0 | 0.10 | 242.31 | 0.76 | 0.6 |
| Hex | 50 | 4A | E6 | 41 | 44 | 0 | A | F2 | 4C | 3C |
| Octal | 120 | 112 | 346 | 101 | 104 | 0 | 12 | 362 | 114 | 74 |
| Binary | 1010000 | 1001010 | 11100110 | 1000001 | 1000100 | 0 | 1010 | 11110010 | 1001100 | 111100 |
Color Harmonies of #504AE6
Complementary color
Monochromatic Colors of #504AE6
Black with #504AE6
Text Example
Text Example
White with #504AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504AE6; }
p { color: rgb(80,74,230); }
H1.HeaderClassName
{
color: #504AE6;
}
.AnyTagClassName
{
color: #504AE6;
}
</style>
background-color css
<style>
a { background-color: #504AE6; }
a { background-color: rgb(80,74,230); }
div.DivClassName
{
background-color: #504AE6;
}
.BgClassName
{
background-color: #504AE6;
}
</style>
border-color css
<style>
span { border-color: #504AE6; }
span { border-color: rgb(80,74,230); }
td.TdClassName
{
border-color: #504AE6;
}
.TagClassName
{
border-color: #504AE6;
}
</style>