Shades of Neon Blue #3E59FF
Tints of Neon Blue #3E59FF
RGB
CMYK
RGB Variations
Color information
#3E59FF (or 0x3E59FF) is known color: Neon Blue. HEX triplet: 3E, 59 and FF. RGB value is (62,89,255). Sum of RGB (Red+Green+Blue) = 62+89+255=406 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.27% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #3E59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E59FF is #C1A600. Grayscale: #636363. Windows color (decimal): -12690945 or 16734526. OLE color: 16734526.
HSL color Cylindrical-coordinate representation of color #3E59FF: hue angle of 231.61º 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 #3E59FF is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 89 | 255 | - |
| CMYK | 0.76 | 0.65 | 0 | 0 |
| HSL | 231.61º | 1% | 0.62% | - |
| HSV(B) | 231.61º | 0.76% | 1% | - |
| XYZ | 23.61 | 15.39 | 96.33 | - |
| YUV | 99.85 | 215.55 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 255 | 0.76 | 0.65 | 0 | 0 | 231.61 | 1 | 0.62 |
| Hex | 3E | 59 | FF | 4C | 41 | 0 | 0 | E8 | 64 | 3E |
| Octal | 76 | 131 | 377 | 114 | 101 | 0 | 0 | 350 | 144 | 76 |
| Binary | 111110 | 1011001 | 11111111 | 1001100 | 1000001 | 0 | 0 | 11101000 | 1100100 | 111110 |
Color Harmonies of #3E59FF
Complementary color
Monochromatic Colors of #3E59FF
Black with #3E59FF
Text Example
Text Example
White with #3E59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E59FF; }
p { color: rgb(62,89,255); }
H1.HeaderClassName
{
color: #3E59FF;
}
.AnyTagClassName
{
color: #3E59FF;
}
</style>
background-color css
<style>
a { background-color: #3E59FF; }
a { background-color: rgb(62,89,255); }
div.DivClassName
{
background-color: #3E59FF;
}
.BgClassName
{
background-color: #3E59FF;
}
</style>
border-color css
<style>
span { border-color: #3E59FF; }
span { border-color: rgb(62,89,255); }
td.TdClassName
{
border-color: #3E59FF;
}
.TagClassName
{
border-color: #3E59FF;
}
</style>