Shades of Neon Blue #4E3CF2
Tints of Neon Blue #4E3CF2
RGB
CMYK
RGB Variations
Color information
#4E3CF2 (or 0x4E3CF2) is known color: Neon Blue. HEX triplet: 4E, 3C and F2. RGB value is (78,60,242). Sum of RGB (Red+Green+Blue) = 78+60+242=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 242 (94.92% from 255 or 63.68% from 380); Max value from RGB is 242 - color contains mainly: blue. Hex color #4E3CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3CF2 is #B1C30D. Grayscale: #555555. Windows color (decimal): -11649806 or 15875150. OLE color: 15875150.
HSL color Cylindrical-coordinate representation of color #4E3CF2: hue angle of 245.93º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E3CF2 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 60 | 242 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.05 |
| HSL | 245.93º | 0.88% | 0.59% | - |
| HSV(B) | 245.93º | 0.75% | 0.95% | - |
| XYZ | 20.78 | 11.26 | 85.08 | - |
| YUV | 86.13 | 215.96 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 242 | 0.68 | 0.75 | 0 | 0.05 | 245.93 | 0.88 | 0.59 |
| Hex | 4E | 3C | F2 | 44 | 4B | 0 | 5 | F6 | 58 | 3B |
| Octal | 116 | 74 | 362 | 104 | 113 | 0 | 5 | 366 | 130 | 73 |
| Binary | 1001110 | 111100 | 11110010 | 1000100 | 1001011 | 0 | 101 | 11110110 | 1011000 | 111011 |
Color Harmonies of #4E3CF2
Complementary color
Monochromatic Colors of #4E3CF2
Black with #4E3CF2
Text Example
Text Example
White with #4E3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CF2; }
p { color: rgb(78,60,242); }
H1.HeaderClassName
{
color: #4E3CF2;
}
.AnyTagClassName
{
color: #4E3CF2;
}
</style>
background-color css
<style>
a { background-color: #4E3CF2; }
a { background-color: rgb(78,60,242); }
div.DivClassName
{
background-color: #4E3CF2;
}
.BgClassName
{
background-color: #4E3CF2;
}
</style>
border-color css
<style>
span { border-color: #4E3CF2; }
span { border-color: rgb(78,60,242); }
td.TdClassName
{
border-color: #4E3CF2;
}
.TagClassName
{
border-color: #4E3CF2;
}
</style>