Shades of Neon Blue #3932EA
Tints of Neon Blue #3932EA
RGB
CMYK
RGB Variations
Color information
#3932EA (or 0x3932EA) is known color: Neon Blue. HEX triplet: 39, 32 and EA. RGB value is (57,50,234). Sum of RGB (Red+Green+Blue) = 57+50+234=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #3932EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3932EA is #C6CD15. Grayscale: #484848. Windows color (decimal): -13028630 or 15348281. OLE color: 15348281.
HSL color Cylindrical-coordinate representation of color #3932EA: hue angle of 242.28º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3932EA is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 50 | 234 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.08 |
| HSL | 242.28º | 0.81% | 0.56% | - |
| HSV(B) | 242.28º | 0.79% | 0.92% | - |
| XYZ | 17.68 | 9.09 | 78.66 | - |
| YUV | 73.07 | 218.82 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 234 | 0.76 | 0.79 | 0 | 0.08 | 242.28 | 0.81 | 0.56 |
| Hex | 39 | 32 | EA | 4C | 4F | 0 | 8 | F2 | 51 | 38 |
| Octal | 71 | 62 | 352 | 114 | 117 | 0 | 10 | 362 | 121 | 70 |
| Binary | 111001 | 110010 | 11101010 | 1001100 | 1001111 | 0 | 1000 | 11110010 | 1010001 | 111000 |
Color Harmonies of #3932EA
Complementary color
Monochromatic Colors of #3932EA
Black with #3932EA
Text Example
Text Example
White with #3932EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3932EA; }
p { color: rgb(57,50,234); }
H1.HeaderClassName
{
color: #3932EA;
}
.AnyTagClassName
{
color: #3932EA;
}
</style>
background-color css
<style>
a { background-color: #3932EA; }
a { background-color: rgb(57,50,234); }
div.DivClassName
{
background-color: #3932EA;
}
.BgClassName
{
background-color: #3932EA;
}
</style>
border-color css
<style>
span { border-color: #3932EA; }
span { border-color: rgb(57,50,234); }
td.TdClassName
{
border-color: #3932EA;
}
.TagClassName
{
border-color: #3932EA;
}
</style>