Shades of Neon Blue #4E3FFB
Tints of Neon Blue #4E3FFB
RGB
CMYK
RGB Variations
Color information
#4E3FFB (or 0x4E3FFB) is known color: Neon Blue. HEX triplet: 4E, 3F and FB. RGB value is (78,63,251). Sum of RGB (Red+Green+Blue) = 78+63+251=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E3FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3FFB is #B1C004. Grayscale: #585858. Windows color (decimal): -11649029 or 16465742. OLE color: 16465742.
HSL color Cylindrical-coordinate representation of color #4E3FFB: hue angle of 244.79º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E3FFB is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 63 | 251 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.02 |
| HSL | 244.79º | 0.96% | 0.62% | - |
| HSV(B) | 244.79º | 0.75% | 0.98% | - |
| XYZ | 22.33 | 12.14 | 92.43 | - |
| YUV | 88.92 | 219.47 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 251 | 0.69 | 0.75 | 0 | 0.02 | 244.79 | 0.96 | 0.62 |
| Hex | 4E | 3F | FB | 45 | 4B | 0 | 2 | F5 | 60 | 3E |
| Octal | 116 | 77 | 373 | 105 | 113 | 0 | 2 | 365 | 140 | 76 |
| Binary | 1001110 | 111111 | 11111011 | 1000101 | 1001011 | 0 | 10 | 11110101 | 1100000 | 111110 |
Color Harmonies of #4E3FFB
Complementary color
Monochromatic Colors of #4E3FFB
Black with #4E3FFB
Text Example
Text Example
White with #4E3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3FFB; }
p { color: rgb(78,63,251); }
H1.HeaderClassName
{
color: #4E3FFB;
}
.AnyTagClassName
{
color: #4E3FFB;
}
</style>
background-color css
<style>
a { background-color: #4E3FFB; }
a { background-color: rgb(78,63,251); }
div.DivClassName
{
background-color: #4E3FFB;
}
.BgClassName
{
background-color: #4E3FFB;
}
</style>
border-color css
<style>
span { border-color: #4E3FFB; }
span { border-color: rgb(78,63,251); }
td.TdClassName
{
border-color: #4E3FFB;
}
.TagClassName
{
border-color: #4E3FFB;
}
</style>