Shades of Neon Blue #4E44FE
Tints of Neon Blue #4E44FE
RGB
CMYK
RGB Variations
Color information
#4E44FE (or 0x4E44FE) is known color: Neon Blue. HEX triplet: 4E, 44 and FE. RGB value is (78,68,254). Sum of RGB (Red+Green+Blue) = 78+68+254=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E44FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E44FE is #B1BB01. Grayscale: #5B5B5B. Windows color (decimal): -11647746 or 16663630. OLE color: 16663630.
HSL color Cylindrical-coordinate representation of color #4E44FE: hue angle of 243.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E44FE is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 68 | 254 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.00 |
| HSL | 243.23º | 0.99% | 0.63% | - |
| HSV(B) | 243.23º | 0.73% | 1% | - |
| XYZ | 23.1 | 12.91 | 95.04 | - |
| YUV | 92.19 | 219.31 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 254 | 0.69 | 0.73 | 0 | 0.00 | 243.23 | 0.99 | 0.63 |
| Hex | 4E | 44 | FE | 45 | 49 | 0 | 0 | F3 | 63 | 3F |
| Octal | 116 | 104 | 376 | 105 | 111 | 0 | 0 | 363 | 143 | 77 |
| Binary | 1001110 | 1000100 | 11111110 | 1000101 | 1001001 | 0 | 0 | 11110011 | 1100011 | 111111 |
Color Harmonies of #4E44FE
Complementary color
Monochromatic Colors of #4E44FE
Black with #4E44FE
Text Example
Text Example
White with #4E44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E44FE; }
p { color: rgb(78,68,254); }
H1.HeaderClassName
{
color: #4E44FE;
}
.AnyTagClassName
{
color: #4E44FE;
}
</style>
background-color css
<style>
a { background-color: #4E44FE; }
a { background-color: rgb(78,68,254); }
div.DivClassName
{
background-color: #4E44FE;
}
.BgClassName
{
background-color: #4E44FE;
}
</style>
border-color css
<style>
span { border-color: #4E44FE; }
span { border-color: rgb(78,68,254); }
td.TdClassName
{
border-color: #4E44FE;
}
.TagClassName
{
border-color: #4E44FE;
}
</style>