Shades of Neon Blue #4E40F7
Tints of Neon Blue #4E40F7
RGB
CMYK
RGB Variations
Color information
#4E40F7 (or 0x4E40F7) is known color: Neon Blue. HEX triplet: 4E, 40 and F7. RGB value is (78,64,247). Sum of RGB (Red+Green+Blue) = 78+64+247=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #4E40F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E40F7 is #B1BF08. Grayscale: #585858. Windows color (decimal): -11648777 or 16203854. OLE color: 16203854.
HSL color Cylindrical-coordinate representation of color #4E40F7: hue angle of 244.59º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E40F7 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 64 | 247 | - |
| CMYK | 0.68 | 0.74 | 0 | 0.03 |
| HSL | 244.59º | 0.92% | 0.61% | - |
| HSV(B) | 244.59º | 0.74% | 0.97% | - |
| XYZ | 21.76 | 12 | 89.17 | - |
| YUV | 89.05 | 217.14 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 247 | 0.68 | 0.74 | 0 | 0.03 | 244.59 | 0.92 | 0.61 |
| Hex | 4E | 40 | F7 | 44 | 4A | 0 | 3 | F5 | 5C | 3D |
| Octal | 116 | 100 | 367 | 104 | 112 | 0 | 3 | 365 | 134 | 75 |
| Binary | 1001110 | 1000000 | 11110111 | 1000100 | 1001010 | 0 | 11 | 11110101 | 1011100 | 111101 |
Color Harmonies of #4E40F7
Complementary color
Monochromatic Colors of #4E40F7
Black with #4E40F7
Text Example
Text Example
White with #4E40F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40F7; }
p { color: rgb(78,64,247); }
H1.HeaderClassName
{
color: #4E40F7;
}
.AnyTagClassName
{
color: #4E40F7;
}
</style>
background-color css
<style>
a { background-color: #4E40F7; }
a { background-color: rgb(78,64,247); }
div.DivClassName
{
background-color: #4E40F7;
}
.BgClassName
{
background-color: #4E40F7;
}
</style>
border-color css
<style>
span { border-color: #4E40F7; }
span { border-color: rgb(78,64,247); }
td.TdClassName
{
border-color: #4E40F7;
}
.TagClassName
{
border-color: #4E40F7;
}
</style>