Shades of Neon Blue #4E68FF
Tints of Neon Blue #4E68FF
RGB
CMYK
RGB Variations
Color information
#4E68FF (or 0x4E68FF) is known color: Neon Blue. HEX triplet: 4E, 68 and FF. RGB value is (78,104,255). Sum of RGB (Red+Green+Blue) = 78+104+255=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E68FF is #B19700. Grayscale: #707070. Windows color (decimal): -11638529 or 16738382. OLE color: 16738382.
HSL color Cylindrical-coordinate representation of color #4E68FF: hue angle of 231.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E68FF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 104 | 255 | - |
| CMYK | 0.69 | 0.59 | 0 | 0 |
| HSL | 231.19º | 1% | 0.65% | - |
| HSV(B) | 231.19º | 0.69% | 1% | - |
| XYZ | 26.14 | 18.74 | 96.85 | - |
| YUV | 113.44 | 207.89 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 255 | 0.69 | 0.59 | 0 | 0 | 231.19 | 1 | 0.65 |
| Hex | 4E | 68 | FF | 45 | 3B | 0 | 0 | E7 | 64 | 41 |
| Octal | 116 | 150 | 377 | 105 | 73 | 0 | 0 | 347 | 144 | 101 |
| Binary | 1001110 | 1101000 | 11111111 | 1000101 | 111011 | 0 | 0 | 11100111 | 1100100 | 1000001 |
Color Harmonies of #4E68FF
Complementary color
Monochromatic Colors of #4E68FF
Black with #4E68FF
Text Example
Text Example
White with #4E68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E68FF; }
p { color: rgb(78,104,255); }
H1.HeaderClassName
{
color: #4E68FF;
}
.AnyTagClassName
{
color: #4E68FF;
}
</style>
background-color css
<style>
a { background-color: #4E68FF; }
a { background-color: rgb(78,104,255); }
div.DivClassName
{
background-color: #4E68FF;
}
.BgClassName
{
background-color: #4E68FF;
}
</style>
border-color css
<style>
span { border-color: #4E68FF; }
span { border-color: rgb(78,104,255); }
td.TdClassName
{
border-color: #4E68FF;
}
.TagClassName
{
border-color: #4E68FF;
}
</style>