Shades of Neon Blue #3432E9
Tints of Neon Blue #3432E9
RGB
CMYK
RGB Variations
Color information
#3432E9 (or 0x3432E9) is known color: Neon Blue. HEX triplet: 34, 32 and E9. RGB value is (52,50,233). Sum of RGB (Red+Green+Blue) = 52+50+233=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 233 (91.41% from 255 or 69.55% from 335); Max value from RGB is 233 - color contains mainly: blue. Hex color #3432E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3432E9 is #CBCD16. Grayscale: #464646. Windows color (decimal): -13356311 or 15282740. OLE color: 15282740.
HSL color Cylindrical-coordinate representation of color #3432E9: hue angle of 240.66º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3432E9 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 50 | 233 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.09 |
| HSL | 240.66º | 0.81% | 0.55% | - |
| HSV(B) | 240.66º | 0.79% | 0.91% | - |
| XYZ | 17.26 | 8.89 | 77.9 | - |
| YUV | 71.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 233 | 0.78 | 0.79 | 0 | 0.09 | 240.66 | 0.81 | 0.55 |
| Hex | 34 | 32 | E9 | 4E | 4F | 0 | 9 | F1 | 51 | 37 |
| Octal | 64 | 62 | 351 | 116 | 117 | 0 | 11 | 361 | 121 | 67 |
| Binary | 110100 | 110010 | 11101001 | 1001110 | 1001111 | 0 | 1001 | 11110001 | 1010001 | 110111 |
Color Harmonies of #3432E9
Complementary color
Monochromatic Colors of #3432E9
Black with #3432E9
Text Example
Text Example
White with #3432E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432E9; }
p { color: rgb(52,50,233); }
H1.HeaderClassName
{
color: #3432E9;
}
.AnyTagClassName
{
color: #3432E9;
}
</style>
background-color css
<style>
a { background-color: #3432E9; }
a { background-color: rgb(52,50,233); }
div.DivClassName
{
background-color: #3432E9;
}
.BgClassName
{
background-color: #3432E9;
}
</style>
border-color css
<style>
span { border-color: #3432E9; }
span { border-color: rgb(52,50,233); }
td.TdClassName
{
border-color: #3432E9;
}
.TagClassName
{
border-color: #3432E9;
}
</style>