Shades of Neon Blue #4E4FF6
Tints of Neon Blue #4E4FF6
RGB
CMYK
RGB Variations
Color information
#4E4FF6 (or 0x4E4FF6) is known color: Neon Blue. HEX triplet: 4E, 4F and F6. RGB value is (78,79,246). Sum of RGB (Red+Green+Blue) = 78+79+246=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 246 (96.48% from 255 or 61.04% from 403); Max value from RGB is 246 - color contains mainly: blue. Hex color #4E4FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4FF6 is #B1B009. Grayscale: #616161. Windows color (decimal): -11644938 or 16142158. OLE color: 16142158.
HSL color Cylindrical-coordinate representation of color #4E4FF6: hue angle of 239.64º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E4FF6 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 79 | 246 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.04 |
| HSL | 239.64º | 0.9% | 0.64% | - |
| HSV(B) | 239.64º | 0.68% | 0.96% | - |
| XYZ | 22.57 | 13.87 | 88.68 | - |
| YUV | 97.74 | 211.67 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 246 | 0.68 | 0.68 | 0 | 0.04 | 239.64 | 0.9 | 0.64 |
| Hex | 4E | 4F | F6 | 44 | 44 | 0 | 4 | F0 | 5A | 40 |
| Octal | 116 | 117 | 366 | 104 | 104 | 0 | 4 | 360 | 132 | 100 |
| Binary | 1001110 | 1001111 | 11110110 | 1000100 | 1000100 | 0 | 100 | 11110000 | 1011010 | 1000000 |
Color Harmonies of #4E4FF6
Complementary color
Monochromatic Colors of #4E4FF6
Black with #4E4FF6
Text Example
Text Example
White with #4E4FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FF6; }
p { color: rgb(78,79,246); }
H1.HeaderClassName
{
color: #4E4FF6;
}
.AnyTagClassName
{
color: #4E4FF6;
}
</style>
background-color css
<style>
a { background-color: #4E4FF6; }
a { background-color: rgb(78,79,246); }
div.DivClassName
{
background-color: #4E4FF6;
}
.BgClassName
{
background-color: #4E4FF6;
}
</style>
border-color css
<style>
span { border-color: #4E4FF6; }
span { border-color: rgb(78,79,246); }
td.TdClassName
{
border-color: #4E4FF6;
}
.TagClassName
{
border-color: #4E4FF6;
}
</style>