Shades of Neon Blue #323CE6
Tints of Neon Blue #323CE6
RGB
CMYK
RGB Variations
Color information
#323CE6 (or 0x323CE6) is known color: Neon Blue. HEX triplet: 32, 3C and E6. RGB value is (50,60,230). Sum of RGB (Red+Green+Blue) = 50+60+230=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 230 (90.23% from 255 or 67.65% from 340); Max value from RGB is 230 - color contains mainly: blue. Hex color #323CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323CE6 is #CDC319. Grayscale: #4B4B4B. Windows color (decimal): -13484826 or 15088690. OLE color: 15088690.
HSL color Cylindrical-coordinate representation of color #323CE6: hue angle of 236.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323CE6 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 60 | 230 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.10 |
| HSL | 236.67º | 0.78% | 0.55% | - |
| HSV(B) | 236.67º | 0.78% | 0.9% | - |
| XYZ | 17.21 | 9.62 | 75.81 | - |
| YUV | 76.39 | 214.69 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 230 | 0.78 | 0.74 | 0 | 0.10 | 236.67 | 0.78 | 0.55 |
| Hex | 32 | 3C | E6 | 4E | 4A | 0 | A | ED | 4E | 37 |
| Octal | 62 | 74 | 346 | 116 | 112 | 0 | 12 | 355 | 116 | 67 |
| Binary | 110010 | 111100 | 11100110 | 1001110 | 1001010 | 0 | 1010 | 11101101 | 1001110 | 110111 |
Color Harmonies of #323CE6
Complementary color
Monochromatic Colors of #323CE6
Black with #323CE6
Text Example
Text Example
White with #323CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CE6; }
p { color: rgb(50,60,230); }
H1.HeaderClassName
{
color: #323CE6;
}
.AnyTagClassName
{
color: #323CE6;
}
</style>
background-color css
<style>
a { background-color: #323CE6; }
a { background-color: rgb(50,60,230); }
div.DivClassName
{
background-color: #323CE6;
}
.BgClassName
{
background-color: #323CE6;
}
</style>
border-color css
<style>
span { border-color: #323CE6; }
span { border-color: rgb(50,60,230); }
td.TdClassName
{
border-color: #323CE6;
}
.TagClassName
{
border-color: #323CE6;
}
</style>