Shades of Neon Blue #3E40FD
Tints of Neon Blue #3E40FD
RGB
CMYK
RGB Variations
Color information
#3E40FD (or 0x3E40FD) is known color: Neon Blue. HEX triplet: 3E, 40 and FD. RGB value is (62,64,253). Sum of RGB (Red+Green+Blue) = 62+64+253=379 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.36% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E40FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E40FD is #C1BF02. Grayscale: #545454. Windows color (decimal): -12697347 or 16597054. OLE color: 16597054.
HSL color Cylindrical-coordinate representation of color #3E40FD: hue angle of 239.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E40FD is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 64 | 253 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.01 |
| HSL | 239.37º | 0.98% | 0.62% | - |
| HSV(B) | 239.37º | 0.75% | 0.99% | - |
| XYZ | 21.55 | 11.78 | 94.07 | - |
| YUV | 84.95 | 222.84 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 253 | 0.75 | 0.75 | 0 | 0.01 | 239.37 | 0.98 | 0.62 |
| Hex | 3E | 40 | FD | 4B | 4B | 0 | 1 | EF | 62 | 3E |
| Octal | 76 | 100 | 375 | 113 | 113 | 0 | 1 | 357 | 142 | 76 |
| Binary | 111110 | 1000000 | 11111101 | 1001011 | 1001011 | 0 | 1 | 11101111 | 1100010 | 111110 |
Color Harmonies of #3E40FD
Complementary color
Monochromatic Colors of #3E40FD
Black with #3E40FD
Text Example
Text Example
White with #3E40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40FD; }
p { color: rgb(62,64,253); }
H1.HeaderClassName
{
color: #3E40FD;
}
.AnyTagClassName
{
color: #3E40FD;
}
</style>
background-color css
<style>
a { background-color: #3E40FD; }
a { background-color: rgb(62,64,253); }
div.DivClassName
{
background-color: #3E40FD;
}
.BgClassName
{
background-color: #3E40FD;
}
</style>
border-color css
<style>
span { border-color: #3E40FD; }
span { border-color: rgb(62,64,253); }
td.TdClassName
{
border-color: #3E40FD;
}
.TagClassName
{
border-color: #3E40FD;
}
</style>