Shades of Neon Blue #3E4AF5
Tints of Neon Blue #3E4AF5
RGB
CMYK
RGB Variations
Color information
#3E4AF5 (or 0x3E4AF5) is known color: Neon Blue. HEX triplet: 3E, 4A and F5. RGB value is (62,74,245). Sum of RGB (Red+Green+Blue) = 62+74+245=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 245 (96.09% from 255 or 64.30% from 381); Max value from RGB is 245 - color contains mainly: blue. Hex color #3E4AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E4AF5 is #C1B50A. Grayscale: #595959. Windows color (decimal): -12694795 or 16075326. OLE color: 16075326.
HSL color Cylindrical-coordinate representation of color #3E4AF5: hue angle of 236.07º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E4AF5 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 74 | 245 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.04 |
| HSL | 236.07º | 0.9% | 0.6% | - |
| HSV(B) | 236.07º | 0.75% | 0.96% | - |
| XYZ | 20.92 | 12.51 | 87.7 | - |
| YUV | 89.91 | 215.52 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 74 | 245 | 0.75 | 0.70 | 0 | 0.04 | 236.07 | 0.9 | 0.6 |
| Hex | 3E | 4A | F5 | 4B | 46 | 0 | 4 | EC | 5A | 3C |
| Octal | 76 | 112 | 365 | 113 | 106 | 0 | 4 | 354 | 132 | 74 |
| Binary | 111110 | 1001010 | 11110101 | 1001011 | 1000110 | 0 | 100 | 11101100 | 1011010 | 111100 |
Color Harmonies of #3E4AF5
Complementary color
Monochromatic Colors of #3E4AF5
Black with #3E4AF5
Text Example
Text Example
White with #3E4AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4AF5; }
p { color: rgb(62,74,245); }
H1.HeaderClassName
{
color: #3E4AF5;
}
.AnyTagClassName
{
color: #3E4AF5;
}
</style>
background-color css
<style>
a { background-color: #3E4AF5; }
a { background-color: rgb(62,74,245); }
div.DivClassName
{
background-color: #3E4AF5;
}
.BgClassName
{
background-color: #3E4AF5;
}
</style>
border-color css
<style>
span { border-color: #3E4AF5; }
span { border-color: rgb(62,74,245); }
td.TdClassName
{
border-color: #3E4AF5;
}
.TagClassName
{
border-color: #3E4AF5;
}
</style>