Shades of Neon Blue #4E4FFD
Tints of Neon Blue #4E4FFD
RGB
CMYK
RGB Variations
Color information
#4E4FFD (or 0x4E4FFD) is known color: Neon Blue. HEX triplet: 4E, 4F and FD. RGB value is (78,79,253). Sum of RGB (Red+Green+Blue) = 78+79+253=410 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.02% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4FFD is #B1B002. Grayscale: #616161. Windows color (decimal): -11644931 or 16600910. OLE color: 16600910.
HSL color Cylindrical-coordinate representation of color #4E4FFD: hue angle of 239.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4FFD is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 79 | 253 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.01 |
| HSL | 239.66º | 0.98% | 0.65% | - |
| HSV(B) | 239.66º | 0.69% | 0.99% | - |
| XYZ | 23.67 | 14.3 | 94.44 | - |
| YUV | 98.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 253 | 0.69 | 0.69 | 0 | 0.01 | 239.66 | 0.98 | 0.65 |
| Hex | 4E | 4F | FD | 45 | 45 | 0 | 1 | F0 | 62 | 41 |
| Octal | 116 | 117 | 375 | 105 | 105 | 0 | 1 | 360 | 142 | 101 |
| Binary | 1001110 | 1001111 | 11111101 | 1000101 | 1000101 | 0 | 1 | 11110000 | 1100010 | 1000001 |
Color Harmonies of #4E4FFD
Complementary color
Monochromatic Colors of #4E4FFD
Black with #4E4FFD
Text Example
Text Example
White with #4E4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4FFD; }
p { color: rgb(78,79,253); }
H1.HeaderClassName
{
color: #4E4FFD;
}
.AnyTagClassName
{
color: #4E4FFD;
}
</style>
background-color css
<style>
a { background-color: #4E4FFD; }
a { background-color: rgb(78,79,253); }
div.DivClassName
{
background-color: #4E4FFD;
}
.BgClassName
{
background-color: #4E4FFD;
}
</style>
border-color css
<style>
span { border-color: #4E4FFD; }
span { border-color: rgb(78,79,253); }
td.TdClassName
{
border-color: #4E4FFD;
}
.TagClassName
{
border-color: #4E4FFD;
}
</style>