Shades of Neon Blue #323CEC
Tints of Neon Blue #323CEC
RGB
CMYK
RGB Variations
Color information
#323CEC (or 0x323CEC) is known color: Neon Blue. HEX triplet: 32, 3C and EC. RGB value is (50,60,236). Sum of RGB (Red+Green+Blue) = 50+60+236=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #323CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CEC is #CDC313. Grayscale: #4C4C4C. Windows color (decimal): -13484820 or 15481906. OLE color: 15481906.
HSL color Cylindrical-coordinate representation of color #323CEC: hue angle of 236.77º degrees, saturation: 0.83, 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 #323CEC is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 60 | 236 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.07 |
| HSL | 236.77º | 0.83% | 0.56% | - |
| HSV(B) | 236.77º | 0.79% | 0.93% | - |
| XYZ | 18.07 | 9.97 | 80.33 | - |
| YUV | 77.07 | 217.69 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 236 | 0.79 | 0.75 | 0 | 0.07 | 236.77 | 0.83 | 0.56 |
| Hex | 32 | 3C | EC | 4F | 4B | 0 | 7 | ED | 53 | 38 |
| Octal | 62 | 74 | 354 | 117 | 113 | 0 | 7 | 355 | 123 | 70 |
| Binary | 110010 | 111100 | 11101100 | 1001111 | 1001011 | 0 | 111 | 11101101 | 1010011 | 111000 |
Color Harmonies of #323CEC
Complementary color
Monochromatic Colors of #323CEC
Black with #323CEC
Text Example
Text Example
White with #323CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CEC; }
p { color: rgb(50,60,236); }
H1.HeaderClassName
{
color: #323CEC;
}
.AnyTagClassName
{
color: #323CEC;
}
</style>
background-color css
<style>
a { background-color: #323CEC; }
a { background-color: rgb(50,60,236); }
div.DivClassName
{
background-color: #323CEC;
}
.BgClassName
{
background-color: #323CEC;
}
</style>
border-color css
<style>
span { border-color: #323CEC; }
span { border-color: rgb(50,60,236); }
td.TdClassName
{
border-color: #323CEC;
}
.TagClassName
{
border-color: #323CEC;
}
</style>