Shades of Neon Blue #3432E6
Tints of Neon Blue #3432E6
RGB
CMYK
RGB Variations
Color information
#3432E6 (or 0x3432E6) is known color: Neon Blue. HEX triplet: 34, 32 and E6. RGB value is (52,50,230). Sum of RGB (Red+Green+Blue) = 52+50+230=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 230 (90.23% from 255 or 69.28% from 332); Max value from RGB is 230 - color contains mainly: blue. Hex color #3432E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3432E6 is #CBCD19. Grayscale: #464646. Windows color (decimal): -13356314 or 15086132. OLE color: 15086132.
HSL color Cylindrical-coordinate representation of color #3432E6: hue angle of 240.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3432E6 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 50 | 230 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.10 |
| HSL | 240.67º | 0.78% | 0.55% | - |
| HSV(B) | 240.67º | 0.78% | 0.9% | - |
| XYZ | 16.84 | 8.72 | 75.66 | - |
| YUV | 71.12 | 217.66 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 50 | 230 | 0.77 | 0.78 | 0 | 0.10 | 240.67 | 0.78 | 0.55 |
| Hex | 34 | 32 | E6 | 4D | 4E | 0 | A | F1 | 4E | 37 |
| Octal | 64 | 62 | 346 | 115 | 116 | 0 | 12 | 361 | 116 | 67 |
| Binary | 110100 | 110010 | 11100110 | 1001101 | 1001110 | 0 | 1010 | 11110001 | 1001110 | 110111 |
Color Harmonies of #3432E6
Complementary color
Monochromatic Colors of #3432E6
Black with #3432E6
Text Example
Text Example
White with #3432E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3432E6; }
p { color: rgb(52,50,230); }
H1.HeaderClassName
{
color: #3432E6;
}
.AnyTagClassName
{
color: #3432E6;
}
</style>
background-color css
<style>
a { background-color: #3432E6; }
a { background-color: rgb(52,50,230); }
div.DivClassName
{
background-color: #3432E6;
}
.BgClassName
{
background-color: #3432E6;
}
</style>
border-color css
<style>
span { border-color: #3432E6; }
span { border-color: rgb(52,50,230); }
td.TdClassName
{
border-color: #3432E6;
}
.TagClassName
{
border-color: #3432E6;
}
</style>