Shades of Neon Blue #4F45EC
Tints of Neon Blue #4F45EC
RGB
CMYK
RGB Variations
Color information
#4F45EC (or 0x4F45EC) is known color: Neon Blue. HEX triplet: 4F, 45 and EC. RGB value is (79,69,236). Sum of RGB (Red+Green+Blue) = 79+69+236=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F45EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F45EC is #B0BA13. Grayscale: #5A5A5A. Windows color (decimal): -11581972 or 15484239. OLE color: 15484239.
HSL color Cylindrical-coordinate representation of color #4F45EC: hue angle of 243.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F45EC is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 69 | 236 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.07 |
| HSL | 243.59º | 0.81% | 0.6% | - |
| HSV(B) | 243.59º | 0.71% | 0.93% | - |
| XYZ | 20.49 | 11.97 | 80.59 | - |
| YUV | 91.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 236 | 0.67 | 0.71 | 0 | 0.07 | 243.59 | 0.81 | 0.6 |
| Hex | 4F | 45 | EC | 43 | 47 | 0 | 7 | F4 | 51 | 3C |
| Octal | 117 | 105 | 354 | 103 | 107 | 0 | 7 | 364 | 121 | 74 |
| Binary | 1001111 | 1000101 | 11101100 | 1000011 | 1000111 | 0 | 111 | 11110100 | 1010001 | 111100 |
Color Harmonies of #4F45EC
Complementary color
Monochromatic Colors of #4F45EC
Black with #4F45EC
Text Example
Text Example
White with #4F45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F45EC; }
p { color: rgb(79,69,236); }
H1.HeaderClassName
{
color: #4F45EC;
}
.AnyTagClassName
{
color: #4F45EC;
}
</style>
background-color css
<style>
a { background-color: #4F45EC; }
a { background-color: rgb(79,69,236); }
div.DivClassName
{
background-color: #4F45EC;
}
.BgClassName
{
background-color: #4F45EC;
}
</style>
border-color css
<style>
span { border-color: #4F45EC; }
span { border-color: rgb(79,69,236); }
td.TdClassName
{
border-color: #4F45EC;
}
.TagClassName
{
border-color: #4F45EC;
}
</style>