Shades of Neon Blue #323EEE
Tints of Neon Blue #323EEE
RGB
CMYK
RGB Variations
Color information
#323EEE (or 0x323EEE) is known color: Neon Blue. HEX triplet: 32, 3E and EE. RGB value is (50,62,238). Sum of RGB (Red+Green+Blue) = 50+62+238=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #323EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EEE is #CDC111. Grayscale: #4D4D4D. Windows color (decimal): -13484306 or 15613490. OLE color: 15613490.
HSL color Cylindrical-coordinate representation of color #323EEE: hue angle of 236.17º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323EEE is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 62 | 238 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.07 |
| HSL | 236.17º | 0.85% | 0.56% | - |
| HSV(B) | 236.17º | 0.79% | 0.93% | - |
| XYZ | 18.47 | 10.3 | 81.9 | - |
| YUV | 78.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 238 | 0.79 | 0.74 | 0 | 0.07 | 236.17 | 0.85 | 0.56 |
| Hex | 32 | 3E | EE | 4F | 4A | 0 | 7 | EC | 55 | 38 |
| Octal | 62 | 76 | 356 | 117 | 112 | 0 | 7 | 354 | 125 | 70 |
| Binary | 110010 | 111110 | 11101110 | 1001111 | 1001010 | 0 | 111 | 11101100 | 1010101 | 111000 |
Color Harmonies of #323EEE
Complementary color
Monochromatic Colors of #323EEE
Black with #323EEE
Text Example
Text Example
White with #323EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EEE; }
p { color: rgb(50,62,238); }
H1.HeaderClassName
{
color: #323EEE;
}
.AnyTagClassName
{
color: #323EEE;
}
</style>
background-color css
<style>
a { background-color: #323EEE; }
a { background-color: rgb(50,62,238); }
div.DivClassName
{
background-color: #323EEE;
}
.BgClassName
{
background-color: #323EEE;
}
</style>
border-color css
<style>
span { border-color: #323EEE; }
span { border-color: rgb(50,62,238); }
td.TdClassName
{
border-color: #323EEE;
}
.TagClassName
{
border-color: #323EEE;
}
</style>