Shades of Neon Blue #3E41FA
Tints of Neon Blue #3E41FA
RGB
CMYK
RGB Variations
Color information
#3E41FA (or 0x3E41FA) is known color: Neon Blue. HEX triplet: 3E, 41 and FA. RGB value is (62,65,250). Sum of RGB (Red+Green+Blue) = 62+65+250=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E41FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E41FA is #C1BE05. Grayscale: #545454. Windows color (decimal): -12697094 or 16400702. OLE color: 16400702.
HSL color Cylindrical-coordinate representation of color #3E41FA: hue angle of 239.04º degrees, saturation: 0.95, 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 #3E41FA is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 65 | 250 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.02 |
| HSL | 239.04º | 0.95% | 0.61% | - |
| HSV(B) | 239.04º | 0.75% | 0.98% | - |
| XYZ | 21.13 | 11.71 | 91.59 | - |
| YUV | 85.19 | 221.01 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 250 | 0.75 | 0.74 | 0 | 0.02 | 239.04 | 0.95 | 0.61 |
| Hex | 3E | 41 | FA | 4B | 4A | 0 | 2 | EF | 5F | 3D |
| Octal | 76 | 101 | 372 | 113 | 112 | 0 | 2 | 357 | 137 | 75 |
| Binary | 111110 | 1000001 | 11111010 | 1001011 | 1001010 | 0 | 10 | 11101111 | 1011111 | 111101 |
Color Harmonies of #3E41FA
Complementary color
Monochromatic Colors of #3E41FA
Black with #3E41FA
Text Example
Text Example
White with #3E41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E41FA; }
p { color: rgb(62,65,250); }
H1.HeaderClassName
{
color: #3E41FA;
}
.AnyTagClassName
{
color: #3E41FA;
}
</style>
background-color css
<style>
a { background-color: #3E41FA; }
a { background-color: rgb(62,65,250); }
div.DivClassName
{
background-color: #3E41FA;
}
.BgClassName
{
background-color: #3E41FA;
}
</style>
border-color css
<style>
span { border-color: #3E41FA; }
span { border-color: rgb(62,65,250); }
td.TdClassName
{
border-color: #3E41FA;
}
.TagClassName
{
border-color: #3E41FA;
}
</style>