Shades of Neon Blue #3239EA
Tints of Neon Blue #3239EA
RGB
CMYK
RGB Variations
Color information
#3239EA (or 0x3239EA) is known color: Neon Blue. HEX triplet: 32, 39 and EA. RGB value is (50,57,234). Sum of RGB (Red+Green+Blue) = 50+57+234=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 57 (22.66% from 255 or 16.72% 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 #3239EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3239EA is #CDC615. Grayscale: #4A4A4A. Windows color (decimal): -13485590 or 15350066. OLE color: 15350066.
HSL color Cylindrical-coordinate representation of color #3239EA: hue angle of 237.72º 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 #3239EA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 57 | 234 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.08 |
| HSL | 237.72º | 0.81% | 0.56% | - |
| HSV(B) | 237.72º | 0.79% | 0.92% | - |
| XYZ | 17.63 | 9.54 | 78.76 | - |
| YUV | 75.09 | 217.68 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 234 | 0.79 | 0.76 | 0 | 0.08 | 237.72 | 0.81 | 0.56 |
| Hex | 32 | 39 | EA | 4F | 4C | 0 | 8 | EE | 51 | 38 |
| Octal | 62 | 71 | 352 | 117 | 114 | 0 | 10 | 356 | 121 | 70 |
| Binary | 110010 | 111001 | 11101010 | 1001111 | 1001100 | 0 | 1000 | 11101110 | 1010001 | 111000 |
Color Harmonies of #3239EA
Complementary color
Monochromatic Colors of #3239EA
Black with #3239EA
Text Example
Text Example
White with #3239EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239EA; }
p { color: rgb(50,57,234); }
H1.HeaderClassName
{
color: #3239EA;
}
.AnyTagClassName
{
color: #3239EA;
}
</style>
background-color css
<style>
a { background-color: #3239EA; }
a { background-color: rgb(50,57,234); }
div.DivClassName
{
background-color: #3239EA;
}
.BgClassName
{
background-color: #3239EA;
}
</style>
border-color css
<style>
span { border-color: #3239EA; }
span { border-color: rgb(50,57,234); }
td.TdClassName
{
border-color: #3239EA;
}
.TagClassName
{
border-color: #3239EA;
}
</style>