Shades of Neon Blue #504BEF
Tints of Neon Blue #504BEF
RGB
CMYK
RGB Variations
Color information
#504BEF (or 0x504BEF) is known color: Neon Blue. HEX triplet: 50, 4B and EF. RGB value is (80,75,239). Sum of RGB (Red+Green+Blue) = 80+75+239=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #504BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BEF is #AFB410. Grayscale: #5E5E5E. Windows color (decimal): -11514897 or 15682384. OLE color: 15682384.
HSL color Cylindrical-coordinate representation of color #504BEF: hue angle of 241.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #504BEF is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 75 | 239 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.06 |
| HSL | 241.83º | 0.84% | 0.62% | - |
| HSV(B) | 241.83º | 0.69% | 0.94% | - |
| XYZ | 21.4 | 12.97 | 83.04 | - |
| YUV | 95.19 | 209.16 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 239 | 0.67 | 0.69 | 0 | 0.06 | 241.83 | 0.84 | 0.62 |
| Hex | 50 | 4B | EF | 43 | 45 | 0 | 6 | F2 | 54 | 3E |
| Octal | 120 | 113 | 357 | 103 | 105 | 0 | 6 | 362 | 124 | 76 |
| Binary | 1010000 | 1001011 | 11101111 | 1000011 | 1000101 | 0 | 110 | 11110010 | 1010100 | 111110 |
Color Harmonies of #504BEF
Complementary color
Monochromatic Colors of #504BEF
Black with #504BEF
Text Example
Text Example
White with #504BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504BEF; }
p { color: rgb(80,75,239); }
H1.HeaderClassName
{
color: #504BEF;
}
.AnyTagClassName
{
color: #504BEF;
}
</style>
background-color css
<style>
a { background-color: #504BEF; }
a { background-color: rgb(80,75,239); }
div.DivClassName
{
background-color: #504BEF;
}
.BgClassName
{
background-color: #504BEF;
}
</style>
border-color css
<style>
span { border-color: #504BEF; }
span { border-color: rgb(80,75,239); }
td.TdClassName
{
border-color: #504BEF;
}
.TagClassName
{
border-color: #504BEF;
}
</style>