Shades of Neon Blue #3239E4
Tints of Neon Blue #3239E4
RGB
CMYK
RGB Variations
Color information
#3239E4 (or 0x3239E4) is known color: Neon Blue. HEX triplet: 32, 39 and E4. RGB value is (50,57,228). Sum of RGB (Red+Green+Blue) = 50+57+228=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #3239E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239E4 is #CDC61B. Grayscale: #494949. Windows color (decimal): -13485596 or 14956850. OLE color: 14956850.
HSL color Cylindrical-coordinate representation of color #3239E4: hue angle of 237.64º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3239E4 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 57 | 228 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.11 |
| HSL | 237.64º | 0.77% | 0.55% | - |
| HSV(B) | 237.64º | 0.78% | 0.89% | - |
| XYZ | 16.78 | 9.21 | 74.29 | - |
| YUV | 74.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 228 | 0.78 | 0.75 | 0 | 0.11 | 237.64 | 0.77 | 0.55 |
| Hex | 32 | 39 | E4 | 4E | 4B | 0 | B | EE | 4D | 37 |
| Octal | 62 | 71 | 344 | 116 | 113 | 0 | 13 | 356 | 115 | 67 |
| Binary | 110010 | 111001 | 11100100 | 1001110 | 1001011 | 0 | 1011 | 11101110 | 1001101 | 110111 |
Color Harmonies of #3239E4
Complementary color
Monochromatic Colors of #3239E4
Black with #3239E4
Text Example
Text Example
White with #3239E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239E4; }
p { color: rgb(50,57,228); }
H1.HeaderClassName
{
color: #3239E4;
}
.AnyTagClassName
{
color: #3239E4;
}
</style>
background-color css
<style>
a { background-color: #3239E4; }
a { background-color: rgb(50,57,228); }
div.DivClassName
{
background-color: #3239E4;
}
.BgClassName
{
background-color: #3239E4;
}
</style>
border-color css
<style>
span { border-color: #3239E4; }
span { border-color: rgb(50,57,228); }
td.TdClassName
{
border-color: #3239E4;
}
.TagClassName
{
border-color: #3239E4;
}
</style>