Shades of Neon Blue #323EEF
Tints of Neon Blue #323EEF
RGB
CMYK
RGB Variations
Color information
#323EEF (or 0x323EEF) is known color: Neon Blue. HEX triplet: 32, 3E and EF. RGB value is (50,62,239). Sum of RGB (Red+Green+Blue) = 50+62+239=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #323EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #323EEF is #CDC110. Grayscale: #4D4D4D. Windows color (decimal): -13484305 or 15679026. OLE color: 15679026.
HSL color Cylindrical-coordinate representation of color #323EEF: hue angle of 236.19º 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 #323EEF is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 62 | 239 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.06 |
| HSL | 236.19º | 0.86% | 0.57% | - |
| HSV(B) | 236.19º | 0.79% | 0.94% | - |
| XYZ | 18.62 | 10.36 | 82.68 | - |
| YUV | 78.59 | 218.52 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 239 | 0.79 | 0.74 | 0 | 0.06 | 236.19 | 0.86 | 0.57 |
| Hex | 32 | 3E | EF | 4F | 4A | 0 | 6 | EC | 56 | 39 |
| Octal | 62 | 76 | 357 | 117 | 112 | 0 | 6 | 354 | 126 | 71 |
| Binary | 110010 | 111110 | 11101111 | 1001111 | 1001010 | 0 | 110 | 11101100 | 1010110 | 111001 |
Color Harmonies of #323EEF
Complementary color
Monochromatic Colors of #323EEF
Black with #323EEF
Text Example
Text Example
White with #323EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EEF; }
p { color: rgb(50,62,239); }
H1.HeaderClassName
{
color: #323EEF;
}
.AnyTagClassName
{
color: #323EEF;
}
</style>
background-color css
<style>
a { background-color: #323EEF; }
a { background-color: rgb(50,62,239); }
div.DivClassName
{
background-color: #323EEF;
}
.BgClassName
{
background-color: #323EEF;
}
</style>
border-color css
<style>
span { border-color: #323EEF; }
span { border-color: rgb(50,62,239); }
td.TdClassName
{
border-color: #323EEF;
}
.TagClassName
{
border-color: #323EEF;
}
</style>