Shades of Neon Blue #3234E4
Tints of Neon Blue #3234E4
RGB
CMYK
RGB Variations
Color information
#3234E4 (or 0x3234E4) is known color: Neon Blue. HEX triplet: 32, 34 and E4. RGB value is (50,52,228). Sum of RGB (Red+Green+Blue) = 50+52+228=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 228 (89.45% from 255 or 69.09% from 330); Max value from RGB is 228 - color contains mainly: blue. Hex color #3234E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3234E4 is #CDCB1B. Grayscale: #464646. Windows color (decimal): -13486876 or 14955570. OLE color: 14955570.
HSL color Cylindrical-coordinate representation of color #3234E4: hue angle of 239.33º 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 #3234E4 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 52 | 228 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.11 |
| HSL | 239.33º | 0.77% | 0.55% | - |
| HSV(B) | 239.33º | 0.78% | 0.89% | - |
| XYZ | 16.55 | 8.74 | 74.21 | - |
| YUV | 71.47 | 216.34 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 228 | 0.78 | 0.77 | 0 | 0.11 | 239.33 | 0.77 | 0.55 |
| Hex | 32 | 34 | E4 | 4E | 4D | 0 | B | EF | 4D | 37 |
| Octal | 62 | 64 | 344 | 116 | 115 | 0 | 13 | 357 | 115 | 67 |
| Binary | 110010 | 110100 | 11100100 | 1001110 | 1001101 | 0 | 1011 | 11101111 | 1001101 | 110111 |
Color Harmonies of #3234E4
Complementary color
Monochromatic Colors of #3234E4
Black with #3234E4
Text Example
Text Example
White with #3234E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3234E4; }
p { color: rgb(50,52,228); }
H1.HeaderClassName
{
color: #3234E4;
}
.AnyTagClassName
{
color: #3234E4;
}
</style>
background-color css
<style>
a { background-color: #3234E4; }
a { background-color: rgb(50,52,228); }
div.DivClassName
{
background-color: #3234E4;
}
.BgClassName
{
background-color: #3234E4;
}
</style>
border-color css
<style>
span { border-color: #3234E4; }
span { border-color: rgb(50,52,228); }
td.TdClassName
{
border-color: #3234E4;
}
.TagClassName
{
border-color: #3234E4;
}
</style>