Shades of Neon Blue #322EEF
Tints of Neon Blue #322EEF
RGB
CMYK
RGB Variations
Color information
#322EEF (or 0x322EEF) is known color: Neon Blue. HEX triplet: 32, 2E and EF. RGB value is (50,46,239). Sum of RGB (Red+Green+Blue) = 50+46+239=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #322EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322EEF is #CDD110. Grayscale: #444444. Windows color (decimal): -13488401 or 15674930. OLE color: 15674930.
HSL color Cylindrical-coordinate representation of color #322EEF: hue angle of 241.24º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322EEF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 46 | 239 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.06 |
| HSL | 241.24º | 0.86% | 0.56% | - |
| HSV(B) | 241.24º | 0.81% | 0.94% | - |
| XYZ | 17.87 | 8.86 | 82.43 | - |
| YUV | 69.2 | 223.83 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 239 | 0.79 | 0.81 | 0 | 0.06 | 241.24 | 0.86 | 0.56 |
| Hex | 32 | 2E | EF | 4F | 51 | 0 | 6 | F1 | 56 | 38 |
| Octal | 62 | 56 | 357 | 117 | 121 | 0 | 6 | 361 | 126 | 70 |
| Binary | 110010 | 101110 | 11101111 | 1001111 | 1010001 | 0 | 110 | 11110001 | 1010110 | 111000 |
Color Harmonies of #322EEF
Complementary color
Monochromatic Colors of #322EEF
Black with #322EEF
Text Example
Text Example
White with #322EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322EEF; }
p { color: rgb(50,46,239); }
H1.HeaderClassName
{
color: #322EEF;
}
.AnyTagClassName
{
color: #322EEF;
}
</style>
background-color css
<style>
a { background-color: #322EEF; }
a { background-color: rgb(50,46,239); }
div.DivClassName
{
background-color: #322EEF;
}
.BgClassName
{
background-color: #322EEF;
}
</style>
border-color css
<style>
span { border-color: #322EEF; }
span { border-color: rgb(50,46,239); }
td.TdClassName
{
border-color: #322EEF;
}
.TagClassName
{
border-color: #322EEF;
}
</style>