Shades of Neon Blue #3E41F9
Tints of Neon Blue #3E41F9
RGB
CMYK
RGB Variations
Color information
#3E41F9 (or 0x3E41F9) is known color: Neon Blue. HEX triplet: 3E, 41 and F9. RGB value is (62,65,249). Sum of RGB (Red+Green+Blue) = 62+65+249=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #3E41F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E41F9 is #C1BE06. Grayscale: #545454. Windows color (decimal): -12697095 or 16335166. OLE color: 16335166.
HSL color Cylindrical-coordinate representation of color #3E41F9: hue angle of 239.04º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E41F9 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 65 | 249 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.02 |
| HSL | 239.04º | 0.94% | 0.61% | - |
| HSV(B) | 239.04º | 0.75% | 0.98% | - |
| XYZ | 20.98 | 11.64 | 90.76 | - |
| YUV | 85.08 | 220.51 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 249 | 0.75 | 0.74 | 0 | 0.02 | 239.04 | 0.94 | 0.61 |
| Hex | 3E | 41 | F9 | 4B | 4A | 0 | 2 | EF | 5E | 3D |
| Octal | 76 | 101 | 371 | 113 | 112 | 0 | 2 | 357 | 136 | 75 |
| Binary | 111110 | 1000001 | 11111001 | 1001011 | 1001010 | 0 | 10 | 11101111 | 1011110 | 111101 |
Color Harmonies of #3E41F9
Complementary color
Monochromatic Colors of #3E41F9
Black with #3E41F9
Text Example
Text Example
White with #3E41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E41F9; }
p { color: rgb(62,65,249); }
H1.HeaderClassName
{
color: #3E41F9;
}
.AnyTagClassName
{
color: #3E41F9;
}
</style>
background-color css
<style>
a { background-color: #3E41F9; }
a { background-color: rgb(62,65,249); }
div.DivClassName
{
background-color: #3E41F9;
}
.BgClassName
{
background-color: #3E41F9;
}
</style>
border-color css
<style>
span { border-color: #3E41F9; }
span { border-color: rgb(62,65,249); }
td.TdClassName
{
border-color: #3E41F9;
}
.TagClassName
{
border-color: #3E41F9;
}
</style>