Shades of Neon Blue #3E56FF
Tints of Neon Blue #3E56FF
RGB
CMYK
RGB Variations
Color information
#3E56FF (or 0x3E56FF) is known color: Neon Blue. HEX triplet: 3E, 56 and FF. RGB value is (62,86,255). Sum of RGB (Red+Green+Blue) = 62+86+255=403 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.38% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E56FF is #C1A900. Grayscale: #616161. Windows color (decimal): -12691713 or 16733758. OLE color: 16733758.
HSL color Cylindrical-coordinate representation of color #3E56FF: hue angle of 232.54º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E56FF is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 86 | 255 | - |
| CMYK | 0.76 | 0.66 | 0 | 0 |
| HSL | 232.54º | 1% | 0.62% | - |
| HSV(B) | 232.54º | 0.76% | 1% | - |
| XYZ | 23.36 | 14.9 | 96.25 | - |
| YUV | 98.09 | 216.55 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 255 | 0.76 | 0.66 | 0 | 0 | 232.54 | 1 | 0.62 |
| Hex | 3E | 56 | FF | 4C | 42 | 0 | 0 | E9 | 64 | 3E |
| Octal | 76 | 126 | 377 | 114 | 102 | 0 | 0 | 351 | 144 | 76 |
| Binary | 111110 | 1010110 | 11111111 | 1001100 | 1000010 | 0 | 0 | 11101001 | 1100100 | 111110 |
Color Harmonies of #3E56FF
Complementary color
Monochromatic Colors of #3E56FF
Black with #3E56FF
Text Example
Text Example
White with #3E56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E56FF; }
p { color: rgb(62,86,255); }
H1.HeaderClassName
{
color: #3E56FF;
}
.AnyTagClassName
{
color: #3E56FF;
}
</style>
background-color css
<style>
a { background-color: #3E56FF; }
a { background-color: rgb(62,86,255); }
div.DivClassName
{
background-color: #3E56FF;
}
.BgClassName
{
background-color: #3E56FF;
}
</style>
border-color css
<style>
span { border-color: #3E56FF; }
span { border-color: rgb(62,86,255); }
td.TdClassName
{
border-color: #3E56FF;
}
.TagClassName
{
border-color: #3E56FF;
}
</style>