Shades of Neon Blue #4E3FDF
Tints of Neon Blue #4E3FDF
RGB
CMYK
RGB Variations
Color information
#4E3FDF (or 0x4E3FDF) is known color: Neon Blue. HEX triplet: 4E, 3F and DF. RGB value is (78,63,223). Sum of RGB (Red+Green+Blue) = 78+63+223=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E3FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3FDF is #B1C020. Grayscale: #555555. Windows color (decimal): -11649057 or 14630734. OLE color: 14630734.
HSL color Cylindrical-coordinate representation of color #4E3FDF: hue angle of 245.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3FDF is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 63 | 223 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.13 |
| HSL | 245.63º | 0.71% | 0.56% | - |
| HSV(B) | 245.63º | 0.72% | 0.87% | - |
| XYZ | 18.24 | 10.5 | 70.88 | - |
| YUV | 85.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 223 | 0.65 | 0.72 | 0 | 0.13 | 245.63 | 0.71 | 0.56 |
| Hex | 4E | 3F | DF | 41 | 48 | 0 | D | F6 | 47 | 38 |
| Octal | 116 | 77 | 337 | 101 | 110 | 0 | 15 | 366 | 107 | 70 |
| Binary | 1001110 | 111111 | 11011111 | 1000001 | 1001000 | 0 | 1101 | 11110110 | 1000111 | 111000 |
Color Harmonies of #4E3FDF
Complementary color
Monochromatic Colors of #4E3FDF
Black with #4E3FDF
Text Example
Text Example
White with #4E3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3FDF; }
p { color: rgb(78,63,223); }
H1.HeaderClassName
{
color: #4E3FDF;
}
.AnyTagClassName
{
color: #4E3FDF;
}
</style>
background-color css
<style>
a { background-color: #4E3FDF; }
a { background-color: rgb(78,63,223); }
div.DivClassName
{
background-color: #4E3FDF;
}
.BgClassName
{
background-color: #4E3FDF;
}
</style>
border-color css
<style>
span { border-color: #4E3FDF; }
span { border-color: rgb(78,63,223); }
td.TdClassName
{
border-color: #4E3FDF;
}
.TagClassName
{
border-color: #4E3FDF;
}
</style>