Shades of Neon Blue #3E5AFE
Tints of Neon Blue #3E5AFE
RGB
CMYK
RGB Variations
Color information
#3E5AFE (or 0x3E5AFE) is known color: Neon Blue. HEX triplet: 3E, 5A and FE. RGB value is (62,90,254). Sum of RGB (Red+Green+Blue) = 62+90+254=406 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.27% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #3E5AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5AFE is #C1A501. Grayscale: #636363. Windows color (decimal): -12690690 or 16669246. OLE color: 16669246.
HSL color Cylindrical-coordinate representation of color #3E5AFE: hue angle of 231.25º 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 #3E5AFE is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 62 | 90 | 254 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.00 |
| HSL | 231.25º | 0.99% | 0.62% | - |
| HSV(B) | 231.25º | 0.76% | 1% | - |
| XYZ | 23.53 | 15.49 | 95.52 | - |
| YUV | 100.32 | 214.72 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 90 | 254 | 0.76 | 0.65 | 0 | 0.00 | 231.25 | 0.99 | 0.62 |
| Hex | 3E | 5A | FE | 4C | 41 | 0 | 0 | E7 | 63 | 3E |
| Octal | 76 | 132 | 376 | 114 | 101 | 0 | 0 | 347 | 143 | 76 |
| Binary | 111110 | 1011010 | 11111110 | 1001100 | 1000001 | 0 | 0 | 11100111 | 1100011 | 111110 |
Color Harmonies of #3E5AFE
Complementary color
Monochromatic Colors of #3E5AFE
Black with #3E5AFE
Text Example
Text Example
White with #3E5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5AFE; }
p { color: rgb(62,90,254); }
H1.HeaderClassName
{
color: #3E5AFE;
}
.AnyTagClassName
{
color: #3E5AFE;
}
</style>
background-color css
<style>
a { background-color: #3E5AFE; }
a { background-color: rgb(62,90,254); }
div.DivClassName
{
background-color: #3E5AFE;
}
.BgClassName
{
background-color: #3E5AFE;
}
</style>
border-color css
<style>
span { border-color: #3E5AFE; }
span { border-color: rgb(62,90,254); }
td.TdClassName
{
border-color: #3E5AFE;
}
.TagClassName
{
border-color: #3E5AFE;
}
</style>