Shades of Neon Blue #4E33FE
Tints of Neon Blue #4E33FE
RGB
CMYK
RGB Variations
Color information
#4E33FE (or 0x4E33FE) is known color: Neon Blue. HEX triplet: 4E, 33 and FE. RGB value is (78,51,254). Sum of RGB (Red+Green+Blue) = 78+51+254=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E33FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E33FE is #B1CC01. Grayscale: #515151. Windows color (decimal): -11652098 or 16659278. OLE color: 16659278.
HSL color Cylindrical-coordinate representation of color #4E33FE: hue angle of 247.98º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E33FE is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 51 | 254 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.00 |
| HSL | 247.98º | 0.99% | 0.6% | - |
| HSV(B) | 247.98º | 0.8% | 1% | - |
| XYZ | 22.22 | 11.14 | 94.75 | - |
| YUV | 82.22 | 224.95 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 254 | 0.69 | 0.80 | 0 | 0.00 | 247.98 | 0.99 | 0.6 |
| Hex | 4E | 33 | FE | 45 | 50 | 0 | 0 | F8 | 63 | 3C |
| Octal | 116 | 63 | 376 | 105 | 120 | 0 | 0 | 370 | 143 | 74 |
| Binary | 1001110 | 110011 | 11111110 | 1000101 | 1010000 | 0 | 0 | 11111000 | 1100011 | 111100 |
Color Harmonies of #4E33FE
Complementary color
Monochromatic Colors of #4E33FE
Black with #4E33FE
Text Example
Text Example
White with #4E33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E33FE; }
p { color: rgb(78,51,254); }
H1.HeaderClassName
{
color: #4E33FE;
}
.AnyTagClassName
{
color: #4E33FE;
}
</style>
background-color css
<style>
a { background-color: #4E33FE; }
a { background-color: rgb(78,51,254); }
div.DivClassName
{
background-color: #4E33FE;
}
.BgClassName
{
background-color: #4E33FE;
}
</style>
border-color css
<style>
span { border-color: #4E33FE; }
span { border-color: rgb(78,51,254); }
td.TdClassName
{
border-color: #4E33FE;
}
.TagClassName
{
border-color: #4E33FE;
}
</style>