Shades of Neon Blue #3E59FE
Tints of Neon Blue #3E59FE
RGB
CMYK
RGB Variations
Color information
#3E59FE (or 0x3E59FE) is known color: Neon Blue. HEX triplet: 3E, 59 and FE. RGB value is (62,89,254). Sum of RGB (Red+Green+Blue) = 62+89+254=405 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.31% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E59FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E59FE is #C1A601. Grayscale: #636363. Windows color (decimal): -12690946 or 16668990. OLE color: 16668990.
HSL color Cylindrical-coordinate representation of color #3E59FE: hue angle of 231.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E59FE is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 89 | 254 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.00 |
| HSL | 231.56º | 0.99% | 0.62% | - |
| HSV(B) | 231.56º | 0.76% | 1% | - |
| XYZ | 23.45 | 15.32 | 95.49 | - |
| YUV | 99.74 | 215.05 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 254 | 0.76 | 0.65 | 0 | 0.00 | 231.56 | 0.99 | 0.62 |
| Hex | 3E | 59 | FE | 4C | 41 | 0 | 0 | E8 | 63 | 3E |
| Octal | 76 | 131 | 376 | 114 | 101 | 0 | 0 | 350 | 143 | 76 |
| Binary | 111110 | 1011001 | 11111110 | 1001100 | 1000001 | 0 | 0 | 11101000 | 1100011 | 111110 |
Color Harmonies of #3E59FE
Complementary color
Monochromatic Colors of #3E59FE
Black with #3E59FE
Text Example
Text Example
White with #3E59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E59FE; }
p { color: rgb(62,89,254); }
H1.HeaderClassName
{
color: #3E59FE;
}
.AnyTagClassName
{
color: #3E59FE;
}
</style>
background-color css
<style>
a { background-color: #3E59FE; }
a { background-color: rgb(62,89,254); }
div.DivClassName
{
background-color: #3E59FE;
}
.BgClassName
{
background-color: #3E59FE;
}
</style>
border-color css
<style>
span { border-color: #3E59FE; }
span { border-color: rgb(62,89,254); }
td.TdClassName
{
border-color: #3E59FE;
}
.TagClassName
{
border-color: #3E59FE;
}
</style>