Shades of Neon Blue #3E32FD
Tints of Neon Blue #3E32FD
RGB
CMYK
RGB Variations
Color information
#3E32FD (or 0x3E32FD) is known color: Neon Blue. HEX triplet: 3E, 32 and FD. RGB value is (62,50,253). Sum of RGB (Red+Green+Blue) = 62+50+253=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E32FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E32FD is #C1CD02. Grayscale: #4B4B4B. Windows color (decimal): -12700931 or 16593470. OLE color: 16593470.
HSL color Cylindrical-coordinate representation of color #3E32FD: hue angle of 243.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E32FD is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 50 | 253 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.01 |
| HSL | 243.55º | 0.98% | 0.59% | - |
| HSV(B) | 243.55º | 0.8% | 0.99% | - |
| XYZ | 20.86 | 10.4 | 93.84 | - |
| YUV | 76.73 | 227.48 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 253 | 0.75 | 0.80 | 0 | 0.01 | 243.55 | 0.98 | 0.59 |
| Hex | 3E | 32 | FD | 4B | 50 | 0 | 1 | F4 | 62 | 3B |
| Octal | 76 | 62 | 375 | 113 | 120 | 0 | 1 | 364 | 142 | 73 |
| Binary | 111110 | 110010 | 11111101 | 1001011 | 1010000 | 0 | 1 | 11110100 | 1100010 | 111011 |
Color Harmonies of #3E32FD
Complementary color
Monochromatic Colors of #3E32FD
Black with #3E32FD
Text Example
Text Example
White with #3E32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32FD; }
p { color: rgb(62,50,253); }
H1.HeaderClassName
{
color: #3E32FD;
}
.AnyTagClassName
{
color: #3E32FD;
}
</style>
background-color css
<style>
a { background-color: #3E32FD; }
a { background-color: rgb(62,50,253); }
div.DivClassName
{
background-color: #3E32FD;
}
.BgClassName
{
background-color: #3E32FD;
}
</style>
border-color css
<style>
span { border-color: #3E32FD; }
span { border-color: rgb(62,50,253); }
td.TdClassName
{
border-color: #3E32FD;
}
.TagClassName
{
border-color: #3E32FD;
}
</style>