Shades of Neon Blue #3E32FA
Tints of Neon Blue #3E32FA
RGB
CMYK
RGB Variations
Color information
#3E32FA (or 0x3E32FA) is known color: Neon Blue. HEX triplet: 3E, 32 and FA. RGB value is (62,50,250). Sum of RGB (Red+Green+Blue) = 62+50+250=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #3E32FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E32FA is #C1CD05. Grayscale: #4B4B4B. Windows color (decimal): -12700934 or 16396862. OLE color: 16396862.
HSL color Cylindrical-coordinate representation of color #3E32FA: hue angle of 243.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E32FA is Cyan = 0.75, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 50 | 250 | - |
| CMYK | 0.75 | 0.8 | 0 | 0.02 |
| HSL | 243.6º | 0.95% | 0.59% | - |
| HSV(B) | 243.6º | 0.8% | 0.98% | - |
| XYZ | 20.38 | 10.21 | 91.34 | - |
| YUV | 76.39 | 225.98 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 250 | 0.75 | 0.8 | 0 | 0.02 | 243.6 | 0.95 | 0.59 |
| Hex | 3E | 32 | FA | 4B | 50 | 0 | 2 | F4 | 5F | 3B |
| Octal | 76 | 62 | 372 | 113 | 120 | 0 | 2 | 364 | 137 | 73 |
| Binary | 111110 | 110010 | 11111010 | 1001011 | 1010000 | 0 | 10 | 11110100 | 1011111 | 111011 |
Color Harmonies of #3E32FA
Complementary color
Monochromatic Colors of #3E32FA
Black with #3E32FA
Text Example
Text Example
White with #3E32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32FA; }
p { color: rgb(62,50,250); }
H1.HeaderClassName
{
color: #3E32FA;
}
.AnyTagClassName
{
color: #3E32FA;
}
</style>
background-color css
<style>
a { background-color: #3E32FA; }
a { background-color: rgb(62,50,250); }
div.DivClassName
{
background-color: #3E32FA;
}
.BgClassName
{
background-color: #3E32FA;
}
</style>
border-color css
<style>
span { border-color: #3E32FA; }
span { border-color: rgb(62,50,250); }
td.TdClassName
{
border-color: #3E32FA;
}
.TagClassName
{
border-color: #3E32FA;
}
</style>