Shades of Neon Blue #4F50EC
Tints of Neon Blue #4F50EC
RGB
CMYK
RGB Variations
Color information
#4F50EC (or 0x4F50EC) is known color: Neon Blue. HEX triplet: 4F, 50 and EC. RGB value is (79,80,236). Sum of RGB (Red+Green+Blue) = 79+80+236=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F50EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F50EC is #B0AF13. Grayscale: #606060. Windows color (decimal): -11579156 or 15487055. OLE color: 15487055.
HSL color Cylindrical-coordinate representation of color #4F50EC: hue angle of 239.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F50EC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 80 | 236 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.07 |
| HSL | 239.62º | 0.81% | 0.62% | - |
| HSV(B) | 239.62º | 0.67% | 0.93% | - |
| XYZ | 21.23 | 13.46 | 80.83 | - |
| YUV | 97.49 | 206.17 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 236 | 0.67 | 0.66 | 0 | 0.07 | 239.62 | 0.81 | 0.62 |
| Hex | 4F | 50 | EC | 43 | 42 | 0 | 7 | F0 | 51 | 3E |
| Octal | 117 | 120 | 354 | 103 | 102 | 0 | 7 | 360 | 121 | 76 |
| Binary | 1001111 | 1010000 | 11101100 | 1000011 | 1000010 | 0 | 111 | 11110000 | 1010001 | 111110 |
Color Harmonies of #4F50EC
Complementary color
Monochromatic Colors of #4F50EC
Black with #4F50EC
Text Example
Text Example
White with #4F50EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F50EC; }
p { color: rgb(79,80,236); }
H1.HeaderClassName
{
color: #4F50EC;
}
.AnyTagClassName
{
color: #4F50EC;
}
</style>
background-color css
<style>
a { background-color: #4F50EC; }
a { background-color: rgb(79,80,236); }
div.DivClassName
{
background-color: #4F50EC;
}
.BgClassName
{
background-color: #4F50EC;
}
</style>
border-color css
<style>
span { border-color: #4F50EC; }
span { border-color: rgb(79,80,236); }
td.TdClassName
{
border-color: #4F50EC;
}
.TagClassName
{
border-color: #4F50EC;
}
</style>