Shades of Neon Blue #324CEC
Tints of Neon Blue #324CEC
RGB
CMYK
RGB Variations
Color information
#324CEC (or 0x324CEC) is known color: Neon Blue. HEX triplet: 32, 4C and EC. RGB value is (50,76,236). Sum of RGB (Red+Green+Blue) = 50+76+236=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #324CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324CEC is #CDB313. Grayscale: #555555. Windows color (decimal): -13480724 or 15486002. OLE color: 15486002.
HSL color Cylindrical-coordinate representation of color #324CEC: hue angle of 231.61º 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 #324CEC is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 76 | 236 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.07 |
| HSL | 231.61º | 0.83% | 0.56% | - |
| HSV(B) | 231.61º | 0.79% | 0.93% | - |
| XYZ | 19.04 | 11.9 | 80.65 | - |
| YUV | 86.47 | 212.39 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 76 | 236 | 0.79 | 0.68 | 0 | 0.07 | 231.61 | 0.83 | 0.56 |
| Hex | 32 | 4C | EC | 4F | 44 | 0 | 7 | E8 | 53 | 38 |
| Octal | 62 | 114 | 354 | 117 | 104 | 0 | 7 | 350 | 123 | 70 |
| Binary | 110010 | 1001100 | 11101100 | 1001111 | 1000100 | 0 | 111 | 11101000 | 1010011 | 111000 |
Color Harmonies of #324CEC
Complementary color
Monochromatic Colors of #324CEC
Black with #324CEC
Text Example
Text Example
White with #324CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324CEC; }
p { color: rgb(50,76,236); }
H1.HeaderClassName
{
color: #324CEC;
}
.AnyTagClassName
{
color: #324CEC;
}
</style>
background-color css
<style>
a { background-color: #324CEC; }
a { background-color: rgb(50,76,236); }
div.DivClassName
{
background-color: #324CEC;
}
.BgClassName
{
background-color: #324CEC;
}
</style>
border-color css
<style>
span { border-color: #324CEC; }
span { border-color: rgb(50,76,236); }
td.TdClassName
{
border-color: #324CEC;
}
.TagClassName
{
border-color: #324CEC;
}
</style>