Shades of Neon Blue #324EEF
Tints of Neon Blue #324EEF
RGB
CMYK
RGB Variations
Color information
#324EEF (or 0x324EEF) is known color: Neon Blue. HEX triplet: 32, 4E and EF. RGB value is (50,78,239). Sum of RGB (Red+Green+Blue) = 50+78+239=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #324EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324EEF is #CDB110. Grayscale: #575757. Windows color (decimal): -13480209 or 15683122. OLE color: 15683122.
HSL color Cylindrical-coordinate representation of color #324EEF: hue angle of 231.11º 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 #324EEF is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 78 | 239 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.06 |
| HSL | 231.11º | 0.86% | 0.57% | - |
| HSV(B) | 231.11º | 0.79% | 0.94% | - |
| XYZ | 19.62 | 12.36 | 83.01 | - |
| YUV | 87.98 | 213.22 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 239 | 0.79 | 0.67 | 0 | 0.06 | 231.11 | 0.86 | 0.57 |
| Hex | 32 | 4E | EF | 4F | 43 | 0 | 6 | E7 | 56 | 39 |
| Octal | 62 | 116 | 357 | 117 | 103 | 0 | 6 | 347 | 126 | 71 |
| Binary | 110010 | 1001110 | 11101111 | 1001111 | 1000011 | 0 | 110 | 11100111 | 1010110 | 111001 |
Color Harmonies of #324EEF
Complementary color
Monochromatic Colors of #324EEF
Black with #324EEF
Text Example
Text Example
White with #324EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324EEF; }
p { color: rgb(50,78,239); }
H1.HeaderClassName
{
color: #324EEF;
}
.AnyTagClassName
{
color: #324EEF;
}
</style>
background-color css
<style>
a { background-color: #324EEF; }
a { background-color: rgb(50,78,239); }
div.DivClassName
{
background-color: #324EEF;
}
.BgClassName
{
background-color: #324EEF;
}
</style>
border-color css
<style>
span { border-color: #324EEF; }
span { border-color: rgb(50,78,239); }
td.TdClassName
{
border-color: #324EEF;
}
.TagClassName
{
border-color: #324EEF;
}
</style>