Shades of Neon Blue #323FE4
Tints of Neon Blue #323FE4
RGB
CMYK
RGB Variations
Color information
#323FE4 (or 0x323FE4) is known color: Neon Blue. HEX triplet: 32, 3F and E4. RGB value is (50,63,228). Sum of RGB (Red+Green+Blue) = 50+63+228=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #323FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323FE4 is #CDC01B. Grayscale: #4D4D4D. Windows color (decimal): -13484060 or 14958386. OLE color: 14958386.
HSL color Cylindrical-coordinate representation of color #323FE4: hue angle of 235.62º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323FE4 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 63 | 228 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.11 |
| HSL | 235.62º | 0.77% | 0.55% | - |
| HSV(B) | 235.62º | 0.78% | 0.89% | - |
| XYZ | 17.1 | 9.83 | 74.4 | - |
| YUV | 77.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 228 | 0.78 | 0.72 | 0 | 0.11 | 235.62 | 0.77 | 0.55 |
| Hex | 32 | 3F | E4 | 4E | 48 | 0 | B | EC | 4D | 37 |
| Octal | 62 | 77 | 344 | 116 | 110 | 0 | 13 | 354 | 115 | 67 |
| Binary | 110010 | 111111 | 11100100 | 1001110 | 1001000 | 0 | 1011 | 11101100 | 1001101 | 110111 |
Color Harmonies of #323FE4
Complementary color
Monochromatic Colors of #323FE4
Black with #323FE4
Text Example
Text Example
White with #323FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FE4; }
p { color: rgb(50,63,228); }
H1.HeaderClassName
{
color: #323FE4;
}
.AnyTagClassName
{
color: #323FE4;
}
</style>
background-color css
<style>
a { background-color: #323FE4; }
a { background-color: rgb(50,63,228); }
div.DivClassName
{
background-color: #323FE4;
}
.BgClassName
{
background-color: #323FE4;
}
</style>
border-color css
<style>
span { border-color: #323FE4; }
span { border-color: rgb(50,63,228); }
td.TdClassName
{
border-color: #323FE4;
}
.TagClassName
{
border-color: #323FE4;
}
</style>