Shades of Neon Blue #322EEE
Tints of Neon Blue #322EEE
RGB
CMYK
RGB Variations
Color information
#322EEE (or 0x322EEE) is known color: Neon Blue. HEX triplet: 32, 2E and EE. RGB value is (50,46,238). Sum of RGB (Red+Green+Blue) = 50+46+238=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #322EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322EEE is #CDD111. Grayscale: #444444. Windows color (decimal): -13488402 or 15609394. OLE color: 15609394.
HSL color Cylindrical-coordinate representation of color #322EEE: hue angle of 241.25º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322EEE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 46 | 238 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.07 |
| HSL | 241.25º | 0.85% | 0.56% | - |
| HSV(B) | 241.25º | 0.81% | 0.93% | - |
| XYZ | 17.73 | 8.81 | 81.65 | - |
| YUV | 69.08 | 223.33 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 46 | 238 | 0.79 | 0.81 | 0 | 0.07 | 241.25 | 0.85 | 0.56 |
| Hex | 32 | 2E | EE | 4F | 51 | 0 | 7 | F1 | 55 | 38 |
| Octal | 62 | 56 | 356 | 117 | 121 | 0 | 7 | 361 | 125 | 70 |
| Binary | 110010 | 101110 | 11101110 | 1001111 | 1010001 | 0 | 111 | 11110001 | 1010101 | 111000 |
Color Harmonies of #322EEE
Complementary color
Monochromatic Colors of #322EEE
Black with #322EEE
Text Example
Text Example
White with #322EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322EEE; }
p { color: rgb(50,46,238); }
H1.HeaderClassName
{
color: #322EEE;
}
.AnyTagClassName
{
color: #322EEE;
}
</style>
background-color css
<style>
a { background-color: #322EEE; }
a { background-color: rgb(50,46,238); }
div.DivClassName
{
background-color: #322EEE;
}
.BgClassName
{
background-color: #322EEE;
}
</style>
border-color css
<style>
span { border-color: #322EEE; }
span { border-color: rgb(50,46,238); }
td.TdClassName
{
border-color: #322EEE;
}
.TagClassName
{
border-color: #322EEE;
}
</style>