Shades of Neon Blue #323CE5
Tints of Neon Blue #323CE5
RGB
CMYK
RGB Variations
Color information
#323CE5 (or 0x323CE5) is known color: Neon Blue. HEX triplet: 32, 3C and E5. RGB value is (50,60,229). Sum of RGB (Red+Green+Blue) = 50+60+229=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #323CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CE5 is #CDC31A. Grayscale: #4B4B4B. Windows color (decimal): -13484827 or 15023154. OLE color: 15023154.
HSL color Cylindrical-coordinate representation of color #323CE5: hue angle of 236.65º degrees, saturation: 0.77, 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 #323CE5 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 60 | 229 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.10 |
| HSL | 236.65º | 0.77% | 0.55% | - |
| HSV(B) | 236.65º | 0.78% | 0.9% | - |
| XYZ | 17.07 | 9.57 | 75.08 | - |
| YUV | 76.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 229 | 0.78 | 0.74 | 0 | 0.10 | 236.65 | 0.77 | 0.55 |
| Hex | 32 | 3C | E5 | 4E | 4A | 0 | A | ED | 4D | 37 |
| Octal | 62 | 74 | 345 | 116 | 112 | 0 | 12 | 355 | 115 | 67 |
| Binary | 110010 | 111100 | 11100101 | 1001110 | 1001010 | 0 | 1010 | 11101101 | 1001101 | 110111 |
Color Harmonies of #323CE5
Complementary color
Monochromatic Colors of #323CE5
Black with #323CE5
Text Example
Text Example
White with #323CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CE5; }
p { color: rgb(50,60,229); }
H1.HeaderClassName
{
color: #323CE5;
}
.AnyTagClassName
{
color: #323CE5;
}
</style>
background-color css
<style>
a { background-color: #323CE5; }
a { background-color: rgb(50,60,229); }
div.DivClassName
{
background-color: #323CE5;
}
.BgClassName
{
background-color: #323CE5;
}
</style>
border-color css
<style>
span { border-color: #323CE5; }
span { border-color: rgb(50,60,229); }
td.TdClassName
{
border-color: #323CE5;
}
.TagClassName
{
border-color: #323CE5;
}
</style>