Shades of Neon Blue #3432EA
Tints of Neon Blue #3432EA
RGB
CMYK
RGB Variations
Color information
#3432EA (or 0x3432EA) is known color: Neon Blue. HEX triplet: 34, 32 and EA. RGB value is (52,50,234). Sum of RGB (Red+Green+Blue) = 52+50+234=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #3432EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3432EA is #CBCD15. Grayscale: #464646. Windows color (decimal): -13356310 or 15348276. OLE color: 15348276.
HSL color Cylindrical-coordinate representation of color #3432EA: hue angle of 240.65º 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 #3432EA is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 50 | 234 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.08 |
| HSL | 240.65º | 0.81% | 0.56% | - |
| HSV(B) | 240.65º | 0.79% | 0.92% | - |
| XYZ | 17.41 | 8.95 | 78.65 | - |
| YUV | 71.57 | 219.66 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 234 | 0.78 | 0.79 | 0 | 0.08 | 240.65 | 0.81 | 0.56 |
| Hex | 34 | 32 | EA | 4E | 4F | 0 | 8 | F1 | 51 | 38 |
| Octal | 64 | 62 | 352 | 116 | 117 | 0 | 10 | 361 | 121 | 70 |
| Binary | 110100 | 110010 | 11101010 | 1001110 | 1001111 | 0 | 1000 | 11110001 | 1010001 | 111000 |
Color Harmonies of #3432EA
Complementary color
Monochromatic Colors of #3432EA
Black with #3432EA
Text Example
Text Example
White with #3432EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432EA; }
p { color: rgb(52,50,234); }
H1.HeaderClassName
{
color: #3432EA;
}
.AnyTagClassName
{
color: #3432EA;
}
</style>
background-color css
<style>
a { background-color: #3432EA; }
a { background-color: rgb(52,50,234); }
div.DivClassName
{
background-color: #3432EA;
}
.BgClassName
{
background-color: #3432EA;
}
</style>
border-color css
<style>
span { border-color: #3432EA; }
span { border-color: rgb(52,50,234); }
td.TdClassName
{
border-color: #3432EA;
}
.TagClassName
{
border-color: #3432EA;
}
</style>