Shades of Neon Blue #3E3FFB
Tints of Neon Blue #3E3FFB
RGB
CMYK
RGB Variations
Color information
#3E3FFB (or 0x3E3FFB) is known color: Neon Blue. HEX triplet: 3E, 3F and FB. RGB value is (62,63,251). Sum of RGB (Red+Green+Blue) = 62+63+251=376 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.49% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3FFB is #C1C004. Grayscale: #535353. Windows color (decimal): -12697605 or 16465726. OLE color: 16465726.
HSL color Cylindrical-coordinate representation of color #3E3FFB: hue angle of 239.68º 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 #3E3FFB is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 63 | 251 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.02 |
| HSL | 239.68º | 0.96% | 0.61% | - |
| HSV(B) | 239.68º | 0.75% | 0.98% | - |
| XYZ | 21.18 | 11.54 | 92.38 | - |
| YUV | 84.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 251 | 0.75 | 0.75 | 0 | 0.02 | 239.68 | 0.96 | 0.61 |
| Hex | 3E | 3F | FB | 4B | 4B | 0 | 2 | F0 | 60 | 3D |
| Octal | 76 | 77 | 373 | 113 | 113 | 0 | 2 | 360 | 140 | 75 |
| Binary | 111110 | 111111 | 11111011 | 1001011 | 1001011 | 0 | 10 | 11110000 | 1100000 | 111101 |
Color Harmonies of #3E3FFB
Complementary color
Monochromatic Colors of #3E3FFB
Black with #3E3FFB
Text Example
Text Example
White with #3E3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3FFB; }
p { color: rgb(62,63,251); }
H1.HeaderClassName
{
color: #3E3FFB;
}
.AnyTagClassName
{
color: #3E3FFB;
}
</style>
background-color css
<style>
a { background-color: #3E3FFB; }
a { background-color: rgb(62,63,251); }
div.DivClassName
{
background-color: #3E3FFB;
}
.BgClassName
{
background-color: #3E3FFB;
}
</style>
border-color css
<style>
span { border-color: #3E3FFB; }
span { border-color: rgb(62,63,251); }
td.TdClassName
{
border-color: #3E3FFB;
}
.TagClassName
{
border-color: #3E3FFB;
}
</style>