Shades of Neon Blue #4F55E9
Tints of Neon Blue #4F55E9
RGB
CMYK
RGB Variations
Color information
#4F55E9 (or 0x4F55E9) is known color: Neon Blue. HEX triplet: 4F, 55 and E9. RGB value is (79,85,233). Sum of RGB (Red+Green+Blue) = 79+85+233=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #4F55E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F55E9 is #B0AA16. Grayscale: #636363. Windows color (decimal): -11577879 or 15291727. OLE color: 15291727.
HSL color Cylindrical-coordinate representation of color #4F55E9: hue angle of 237.66º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F55E9 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 85 | 233 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.09 |
| HSL | 237.66º | 0.78% | 0.61% | - |
| HSV(B) | 237.66º | 0.66% | 0.91% | - |
| XYZ | 21.18 | 14.04 | 78.68 | - |
| YUV | 100.08 | 203.01 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 233 | 0.66 | 0.64 | 0 | 0.09 | 237.66 | 0.78 | 0.61 |
| Hex | 4F | 55 | E9 | 42 | 40 | 0 | 9 | EE | 4E | 3D |
| Octal | 117 | 125 | 351 | 102 | 100 | 0 | 11 | 356 | 116 | 75 |
| Binary | 1001111 | 1010101 | 11101001 | 1000010 | 1000000 | 0 | 1001 | 11101110 | 1001110 | 111101 |
Color Harmonies of #4F55E9
Complementary color
Monochromatic Colors of #4F55E9
Black with #4F55E9
Text Example
Text Example
White with #4F55E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F55E9; }
p { color: rgb(79,85,233); }
H1.HeaderClassName
{
color: #4F55E9;
}
.AnyTagClassName
{
color: #4F55E9;
}
</style>
background-color css
<style>
a { background-color: #4F55E9; }
a { background-color: rgb(79,85,233); }
div.DivClassName
{
background-color: #4F55E9;
}
.BgClassName
{
background-color: #4F55E9;
}
</style>
border-color css
<style>
span { border-color: #4F55E9; }
span { border-color: rgb(79,85,233); }
td.TdClassName
{
border-color: #4F55E9;
}
.TagClassName
{
border-color: #4F55E9;
}
</style>