Shades of Neon Blue #4E69FF
Tints of Neon Blue #4E69FF
RGB
CMYK
RGB Variations
Color information
#4E69FF (or 0x4E69FF) is known color: Neon Blue. HEX triplet: 4E, 69 and FF. RGB value is (78,105,255). Sum of RGB (Red+Green+Blue) = 78+105+255=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E69FF is #B19600. Grayscale: #717171. Windows color (decimal): -11638273 or 16738638. OLE color: 16738638.
HSL color Cylindrical-coordinate representation of color #4E69FF: hue angle of 230.85º 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 #4E69FF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 105 | 255 | - |
| CMYK | 0.69 | 0.59 | 0 | 0 |
| HSL | 230.85º | 1% | 0.65% | - |
| HSV(B) | 230.85º | 0.69% | 1% | - |
| XYZ | 26.24 | 18.94 | 96.88 | - |
| YUV | 114.03 | 207.55 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 255 | 0.69 | 0.59 | 0 | 0 | 230.85 | 1 | 0.65 |
| Hex | 4E | 69 | FF | 45 | 3B | 0 | 0 | E7 | 64 | 41 |
| Octal | 116 | 151 | 377 | 105 | 73 | 0 | 0 | 347 | 144 | 101 |
| Binary | 1001110 | 1101001 | 11111111 | 1000101 | 111011 | 0 | 0 | 11100111 | 1100100 | 1000001 |
Color Harmonies of #4E69FF
Complementary color
Monochromatic Colors of #4E69FF
Black with #4E69FF
Text Example
Text Example
White with #4E69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E69FF; }
p { color: rgb(78,105,255); }
H1.HeaderClassName
{
color: #4E69FF;
}
.AnyTagClassName
{
color: #4E69FF;
}
</style>
background-color css
<style>
a { background-color: #4E69FF; }
a { background-color: rgb(78,105,255); }
div.DivClassName
{
background-color: #4E69FF;
}
.BgClassName
{
background-color: #4E69FF;
}
</style>
border-color css
<style>
span { border-color: #4E69FF; }
span { border-color: rgb(78,105,255); }
td.TdClassName
{
border-color: #4E69FF;
}
.TagClassName
{
border-color: #4E69FF;
}
</style>