Shades of Neon Blue #504BEE
Tints of Neon Blue #504BEE
RGB
CMYK
RGB Variations
Color information
#504BEE (or 0x504BEE) is known color: Neon Blue. HEX triplet: 50, 4B and EE. RGB value is (80,75,238). Sum of RGB (Red+Green+Blue) = 80+75+238=393 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.36% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #504BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BEE is #AFB411. Grayscale: #5E5E5E. Windows color (decimal): -11514898 or 15616848. OLE color: 15616848.
HSL color Cylindrical-coordinate representation of color #504BEE: hue angle of 241.84º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #504BEE is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 75 | 238 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.07 |
| HSL | 241.84º | 0.83% | 0.61% | - |
| HSV(B) | 241.84º | 0.68% | 0.93% | - |
| XYZ | 21.26 | 12.91 | 82.26 | - |
| YUV | 95.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 238 | 0.66 | 0.68 | 0 | 0.07 | 241.84 | 0.83 | 0.61 |
| Hex | 50 | 4B | EE | 42 | 44 | 0 | 7 | F2 | 53 | 3D |
| Octal | 120 | 113 | 356 | 102 | 104 | 0 | 7 | 362 | 123 | 75 |
| Binary | 1010000 | 1001011 | 11101110 | 1000010 | 1000100 | 0 | 111 | 11110010 | 1010011 | 111101 |
Color Harmonies of #504BEE
Complementary color
Monochromatic Colors of #504BEE
Black with #504BEE
Text Example
Text Example
White with #504BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BEE; }
p { color: rgb(80,75,238); }
H1.HeaderClassName
{
color: #504BEE;
}
.AnyTagClassName
{
color: #504BEE;
}
</style>
background-color css
<style>
a { background-color: #504BEE; }
a { background-color: rgb(80,75,238); }
div.DivClassName
{
background-color: #504BEE;
}
.BgClassName
{
background-color: #504BEE;
}
</style>
border-color css
<style>
span { border-color: #504BEE; }
span { border-color: rgb(80,75,238); }
td.TdClassName
{
border-color: #504BEE;
}
.TagClassName
{
border-color: #504BEE;
}
</style>