Shades of Neon Blue #4F5CEC
Tints of Neon Blue #4F5CEC
RGB
CMYK
RGB Variations
Color information
#4F5CEC (or 0x4F5CEC) is known color: Neon Blue. HEX triplet: 4F, 5C and EC. RGB value is (79,92,236). Sum of RGB (Red+Green+Blue) = 79+92+236=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F5CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F5CEC is #B0A313. Grayscale: #676767. Windows color (decimal): -11576084 or 15490127. OLE color: 15490127.
HSL color Cylindrical-coordinate representation of color #4F5CEC: hue angle of 235.03º 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 #4F5CEC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 92 | 236 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.07 |
| HSL | 235.03º | 0.81% | 0.62% | - |
| HSV(B) | 235.03º | 0.67% | 0.93% | - |
| XYZ | 22.19 | 15.37 | 81.15 | - |
| YUV | 104.53 | 202.19 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 236 | 0.67 | 0.61 | 0 | 0.07 | 235.03 | 0.81 | 0.62 |
| Hex | 4F | 5C | EC | 43 | 3D | 0 | 7 | EB | 51 | 3E |
| Octal | 117 | 134 | 354 | 103 | 75 | 0 | 7 | 353 | 121 | 76 |
| Binary | 1001111 | 1011100 | 11101100 | 1000011 | 111101 | 0 | 111 | 11101011 | 1010001 | 111110 |
Color Harmonies of #4F5CEC
Complementary color
Monochromatic Colors of #4F5CEC
Black with #4F5CEC
Text Example
Text Example
White with #4F5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CEC; }
p { color: rgb(79,92,236); }
H1.HeaderClassName
{
color: #4F5CEC;
}
.AnyTagClassName
{
color: #4F5CEC;
}
</style>
background-color css
<style>
a { background-color: #4F5CEC; }
a { background-color: rgb(79,92,236); }
div.DivClassName
{
background-color: #4F5CEC;
}
.BgClassName
{
background-color: #4F5CEC;
}
</style>
border-color css
<style>
span { border-color: #4F5CEC; }
span { border-color: rgb(79,92,236); }
td.TdClassName
{
border-color: #4F5CEC;
}
.TagClassName
{
border-color: #4F5CEC;
}
</style>