Shades of Neon Blue #3239EE
Tints of Neon Blue #3239EE
RGB
CMYK
RGB Variations
Color information
#3239EE (or 0x3239EE) is known color: Neon Blue. HEX triplet: 32, 39 and EE. RGB value is (50,57,238). Sum of RGB (Red+Green+Blue) = 50+57+238=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #3239EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3239EE is #CDC611. Grayscale: #4A4A4A. Windows color (decimal): -13485586 or 15612210. OLE color: 15612210.
HSL color Cylindrical-coordinate representation of color #3239EE: hue angle of 237.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3239EE is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 57 | 238 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.07 |
| HSL | 237.77º | 0.85% | 0.56% | - |
| HSV(B) | 237.77º | 0.79% | 0.93% | - |
| XYZ | 18.21 | 9.78 | 81.82 | - |
| YUV | 75.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 238 | 0.79 | 0.76 | 0 | 0.07 | 237.77 | 0.85 | 0.56 |
| Hex | 32 | 39 | EE | 4F | 4C | 0 | 7 | EE | 55 | 38 |
| Octal | 62 | 71 | 356 | 117 | 114 | 0 | 7 | 356 | 125 | 70 |
| Binary | 110010 | 111001 | 11101110 | 1001111 | 1001100 | 0 | 111 | 11101110 | 1010101 | 111000 |
Color Harmonies of #3239EE
Complementary color
Monochromatic Colors of #3239EE
Black with #3239EE
Text Example
Text Example
White with #3239EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239EE; }
p { color: rgb(50,57,238); }
H1.HeaderClassName
{
color: #3239EE;
}
.AnyTagClassName
{
color: #3239EE;
}
</style>
background-color css
<style>
a { background-color: #3239EE; }
a { background-color: rgb(50,57,238); }
div.DivClassName
{
background-color: #3239EE;
}
.BgClassName
{
background-color: #3239EE;
}
</style>
border-color css
<style>
span { border-color: #3239EE; }
span { border-color: rgb(50,57,238); }
td.TdClassName
{
border-color: #3239EE;
}
.TagClassName
{
border-color: #3239EE;
}
</style>