Shades of Neon Blue #323CEA
Tints of Neon Blue #323CEA
RGB
CMYK
RGB Variations
Color information
#323CEA (or 0x323CEA) is known color: Neon Blue. HEX triplet: 32, 3C and EA. RGB value is (50,60,234). Sum of RGB (Red+Green+Blue) = 50+60+234=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #323CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CEA is #CDC315. Grayscale: #4C4C4C. Windows color (decimal): -13484822 or 15350834. OLE color: 15350834.
HSL color Cylindrical-coordinate representation of color #323CEA: hue angle of 236.74º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323CEA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 60 | 234 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.08 |
| HSL | 236.74º | 0.81% | 0.56% | - |
| HSV(B) | 236.74º | 0.79% | 0.92% | - |
| XYZ | 17.78 | 9.85 | 78.81 | - |
| YUV | 76.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 234 | 0.79 | 0.74 | 0 | 0.08 | 236.74 | 0.81 | 0.56 |
| Hex | 32 | 3C | EA | 4F | 4A | 0 | 8 | ED | 51 | 38 |
| Octal | 62 | 74 | 352 | 117 | 112 | 0 | 10 | 355 | 121 | 70 |
| Binary | 110010 | 111100 | 11101010 | 1001111 | 1001010 | 0 | 1000 | 11101101 | 1010001 | 111000 |
Color Harmonies of #323CEA
Complementary color
Monochromatic Colors of #323CEA
Black with #323CEA
Text Example
Text Example
White with #323CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CEA; }
p { color: rgb(50,60,234); }
H1.HeaderClassName
{
color: #323CEA;
}
.AnyTagClassName
{
color: #323CEA;
}
</style>
background-color css
<style>
a { background-color: #323CEA; }
a { background-color: rgb(50,60,234); }
div.DivClassName
{
background-color: #323CEA;
}
.BgClassName
{
background-color: #323CEA;
}
</style>
border-color css
<style>
span { border-color: #323CEA; }
span { border-color: rgb(50,60,234); }
td.TdClassName
{
border-color: #323CEA;
}
.TagClassName
{
border-color: #323CEA;
}
</style>