Shades of Neon Blue #3E3BFD
Tints of Neon Blue #3E3BFD
RGB
CMYK
RGB Variations
Color information
#3E3BFD (or 0x3E3BFD) is known color: Neon Blue. HEX triplet: 3E, 3B and FD. RGB value is (62,59,253). Sum of RGB (Red+Green+Blue) = 62+59+253=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E3BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3BFD is #C1C402. Grayscale: #515151. Windows color (decimal): -12698627 or 16595774. OLE color: 16595774.
HSL color Cylindrical-coordinate representation of color #3E3BFD: hue angle of 240.93º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E3BFD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 59 | 253 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.01 |
| HSL | 240.93º | 0.98% | 0.61% | - |
| HSV(B) | 240.93º | 0.77% | 0.99% | - |
| XYZ | 21.28 | 11.24 | 93.98 | - |
| YUV | 82.01 | 224.49 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 59 | 253 | 0.75 | 0.77 | 0 | 0.01 | 240.93 | 0.98 | 0.61 |
| Hex | 3E | 3B | FD | 4B | 4D | 0 | 1 | F1 | 62 | 3D |
| Octal | 76 | 73 | 375 | 113 | 115 | 0 | 1 | 361 | 142 | 75 |
| Binary | 111110 | 111011 | 11111101 | 1001011 | 1001101 | 0 | 1 | 11110001 | 1100010 | 111101 |
Color Harmonies of #3E3BFD
Complementary color
Monochromatic Colors of #3E3BFD
Black with #3E3BFD
Text Example
Text Example
White with #3E3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3BFD; }
p { color: rgb(62,59,253); }
H1.HeaderClassName
{
color: #3E3BFD;
}
.AnyTagClassName
{
color: #3E3BFD;
}
</style>
background-color css
<style>
a { background-color: #3E3BFD; }
a { background-color: rgb(62,59,253); }
div.DivClassName
{
background-color: #3E3BFD;
}
.BgClassName
{
background-color: #3E3BFD;
}
</style>
border-color css
<style>
span { border-color: #3E3BFD; }
span { border-color: rgb(62,59,253); }
td.TdClassName
{
border-color: #3E3BFD;
}
.TagClassName
{
border-color: #3E3BFD;
}
</style>