Shades of Neon Blue #3E3EFB
Tints of Neon Blue #3E3EFB
RGB
CMYK
RGB Variations
Color information
#3E3EFB (or 0x3E3EFB) is known color: Neon Blue. HEX triplet: 3E, 3E and FB. RGB value is (62,62,251). Sum of RGB (Red+Green+Blue) = 62+62+251=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 62 (24.61% from 255 or 16.53% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3EFB is #C1C104. Grayscale: #525252. Windows color (decimal): -12697861 or 16465470. OLE color: 16465470.
HSL color Cylindrical-coordinate representation of color #3E3EFB: hue angle of 240º degrees, saturation: 0.96, 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 #3E3EFB is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 62 | 251 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.61% | - |
| HSV(B) | 240º | 0.75% | 0.98% | - |
| XYZ | 21.12 | 11.43 | 92.36 | - |
| YUV | 83.55 | 222.5 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 251 | 0.75 | 0.75 | 0 | 0.02 | 240 | 0.96 | 0.61 |
| Hex | 3E | 3E | FB | 4B | 4B | 0 | 2 | F0 | 60 | 3D |
| Octal | 76 | 76 | 373 | 113 | 113 | 0 | 2 | 360 | 140 | 75 |
| Binary | 111110 | 111110 | 11111011 | 1001011 | 1001011 | 0 | 10 | 11110000 | 1100000 | 111101 |
Color Harmonies of #3E3EFB
Complementary color
Monochromatic Colors of #3E3EFB
Black with #3E3EFB
Text Example
Text Example
White with #3E3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3EFB; }
p { color: rgb(62,62,251); }
H1.HeaderClassName
{
color: #3E3EFB;
}
.AnyTagClassName
{
color: #3E3EFB;
}
</style>
background-color css
<style>
a { background-color: #3E3EFB; }
a { background-color: rgb(62,62,251); }
div.DivClassName
{
background-color: #3E3EFB;
}
.BgClassName
{
background-color: #3E3EFB;
}
</style>
border-color css
<style>
span { border-color: #3E3EFB; }
span { border-color: rgb(62,62,251); }
td.TdClassName
{
border-color: #3E3EFB;
}
.TagClassName
{
border-color: #3E3EFB;
}
</style>