Shades of Neon Blue #4E65FF
Tints of Neon Blue #4E65FF
RGB
CMYK
RGB Variations
Color information
#4E65FF (or 0x4E65FF) is known color: Neon Blue. HEX triplet: 4E, 65 and FF. RGB value is (78,101,255). Sum of RGB (Red+Green+Blue) = 78+101+255=434 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.97% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E65FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E65FF is #B19A00. Grayscale: #6F6F6F. Windows color (decimal): -11639297 or 16737614. OLE color: 16737614.
HSL color Cylindrical-coordinate representation of color #4E65FF: hue angle of 232.2º 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 #4E65FF is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 101 | 255 | - |
| CMYK | 0.69 | 0.60 | 0 | 0 |
| HSL | 232.2º | 1% | 0.65% | - |
| HSV(B) | 232.2º | 0.69% | 1% | - |
| XYZ | 25.85 | 18.15 | 96.75 | - |
| YUV | 111.68 | 208.88 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 255 | 0.69 | 0.60 | 0 | 0 | 232.2 | 1 | 0.65 |
| Hex | 4E | 65 | FF | 45 | 3C | 0 | 0 | E8 | 64 | 41 |
| Octal | 116 | 145 | 377 | 105 | 74 | 0 | 0 | 350 | 144 | 101 |
| Binary | 1001110 | 1100101 | 11111111 | 1000101 | 111100 | 0 | 0 | 11101000 | 1100100 | 1000001 |
Color Harmonies of #4E65FF
Complementary color
Monochromatic Colors of #4E65FF
Black with #4E65FF
Text Example
Text Example
White with #4E65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E65FF; }
p { color: rgb(78,101,255); }
H1.HeaderClassName
{
color: #4E65FF;
}
.AnyTagClassName
{
color: #4E65FF;
}
</style>
background-color css
<style>
a { background-color: #4E65FF; }
a { background-color: rgb(78,101,255); }
div.DivClassName
{
background-color: #4E65FF;
}
.BgClassName
{
background-color: #4E65FF;
}
</style>
border-color css
<style>
span { border-color: #4E65FF; }
span { border-color: rgb(78,101,255); }
td.TdClassName
{
border-color: #4E65FF;
}
.TagClassName
{
border-color: #4E65FF;
}
</style>