Shades of Neon Blue #4E65FE
Tints of Neon Blue #4E65FE
RGB
CMYK
RGB Variations
Color information
#4E65FE (or 0x4E65FE) is known color: Neon Blue. HEX triplet: 4E, 65 and FE. RGB value is (78,101,254). Sum of RGB (Red+Green+Blue) = 78+101+254=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E65FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E65FE is #B19A01. Grayscale: #6E6E6E. Windows color (decimal): -11639298 or 16672078. OLE color: 16672078.
HSL color Cylindrical-coordinate representation of color #4E65FE: hue angle of 232.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E65FE is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 101 | 254 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.00 |
| HSL | 232.16º | 0.99% | 0.65% | - |
| HSV(B) | 232.16º | 0.69% | 1% | - |
| XYZ | 25.68 | 18.08 | 95.9 | - |
| YUV | 111.57 | 208.38 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 254 | 0.69 | 0.60 | 0 | 0.00 | 232.16 | 0.99 | 0.65 |
| Hex | 4E | 65 | FE | 45 | 3C | 0 | 0 | E8 | 63 | 41 |
| Octal | 116 | 145 | 376 | 105 | 74 | 0 | 0 | 350 | 143 | 101 |
| Binary | 1001110 | 1100101 | 11111110 | 1000101 | 111100 | 0 | 0 | 11101000 | 1100011 | 1000001 |
Color Harmonies of #4E65FE
Complementary color
Monochromatic Colors of #4E65FE
Black with #4E65FE
Text Example
Text Example
White with #4E65FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E65FE; }
p { color: rgb(78,101,254); }
H1.HeaderClassName
{
color: #4E65FE;
}
.AnyTagClassName
{
color: #4E65FE;
}
</style>
background-color css
<style>
a { background-color: #4E65FE; }
a { background-color: rgb(78,101,254); }
div.DivClassName
{
background-color: #4E65FE;
}
.BgClassName
{
background-color: #4E65FE;
}
</style>
border-color css
<style>
span { border-color: #4E65FE; }
span { border-color: rgb(78,101,254); }
td.TdClassName
{
border-color: #4E65FE;
}
.TagClassName
{
border-color: #4E65FE;
}
</style>