Shades of Neon Blue #324FF2
Tints of Neon Blue #324FF2
RGB
CMYK
RGB Variations
Color information
#324FF2 (or 0x324FF2) is known color: Neon Blue. HEX triplet: 32, 4F and F2. RGB value is (50,79,242). Sum of RGB (Red+Green+Blue) = 50+79+242=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #324FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FF2 is #CDB00D. Grayscale: #585858. Windows color (decimal): -13479950 or 15879986. OLE color: 15879986.
HSL color Cylindrical-coordinate representation of color #324FF2: hue angle of 230.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #324FF2 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 79 | 242 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.05 |
| HSL | 230.94º | 0.88% | 0.57% | - |
| HSV(B) | 230.94º | 0.79% | 0.95% | - |
| XYZ | 20.14 | 12.68 | 85.39 | - |
| YUV | 88.91 | 214.39 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 242 | 0.79 | 0.67 | 0 | 0.05 | 230.94 | 0.88 | 0.57 |
| Hex | 32 | 4F | F2 | 4F | 43 | 0 | 5 | E7 | 58 | 39 |
| Octal | 62 | 117 | 362 | 117 | 103 | 0 | 5 | 347 | 130 | 71 |
| Binary | 110010 | 1001111 | 11110010 | 1001111 | 1000011 | 0 | 101 | 11100111 | 1011000 | 111001 |
Color Harmonies of #324FF2
Complementary color
Monochromatic Colors of #324FF2
Black with #324FF2
Text Example
Text Example
White with #324FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FF2; }
p { color: rgb(50,79,242); }
H1.HeaderClassName
{
color: #324FF2;
}
.AnyTagClassName
{
color: #324FF2;
}
</style>
background-color css
<style>
a { background-color: #324FF2; }
a { background-color: rgb(50,79,242); }
div.DivClassName
{
background-color: #324FF2;
}
.BgClassName
{
background-color: #324FF2;
}
</style>
border-color css
<style>
span { border-color: #324FF2; }
span { border-color: rgb(50,79,242); }
td.TdClassName
{
border-color: #324FF2;
}
.TagClassName
{
border-color: #324FF2;
}
</style>