Shades of Neon Blue #323FEF
Tints of Neon Blue #323FEF
RGB
CMYK
RGB Variations
Color information
#323FEF (or 0x323FEF) is known color: Neon Blue. HEX triplet: 32, 3F and EF. RGB value is (50,63,239). Sum of RGB (Red+Green+Blue) = 50+63+239=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #323FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323FEF is #CDC010. Grayscale: #4E4E4E. Windows color (decimal): -13484049 or 15679282. OLE color: 15679282.
HSL color Cylindrical-coordinate representation of color #323FEF: hue angle of 235.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #323FEF is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 63 | 239 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.06 |
| HSL | 235.87º | 0.86% | 0.57% | - |
| HSV(B) | 235.87º | 0.79% | 0.94% | - |
| XYZ | 18.67 | 10.47 | 82.7 | - |
| YUV | 79.18 | 218.19 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 239 | 0.79 | 0.74 | 0 | 0.06 | 235.87 | 0.86 | 0.57 |
| Hex | 32 | 3F | EF | 4F | 4A | 0 | 6 | EC | 56 | 39 |
| Octal | 62 | 77 | 357 | 117 | 112 | 0 | 6 | 354 | 126 | 71 |
| Binary | 110010 | 111111 | 11101111 | 1001111 | 1001010 | 0 | 110 | 11101100 | 1010110 | 111001 |
Color Harmonies of #323FEF
Complementary color
Monochromatic Colors of #323FEF
Black with #323FEF
Text Example
Text Example
White with #323FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323FEF; }
p { color: rgb(50,63,239); }
H1.HeaderClassName
{
color: #323FEF;
}
.AnyTagClassName
{
color: #323FEF;
}
</style>
background-color css
<style>
a { background-color: #323FEF; }
a { background-color: rgb(50,63,239); }
div.DivClassName
{
background-color: #323FEF;
}
.BgClassName
{
background-color: #323FEF;
}
</style>
border-color css
<style>
span { border-color: #323FEF; }
span { border-color: rgb(50,63,239); }
td.TdClassName
{
border-color: #323FEF;
}
.TagClassName
{
border-color: #323FEF;
}
</style>