Shades of Neon Blue #324AF7
Tints of Neon Blue #324AF7
RGB
CMYK
RGB Variations
Color information
#324AF7 (or 0x324AF7) is known color: Neon Blue. HEX triplet: 32, 4A and F7. RGB value is (50,74,247). Sum of RGB (Red+Green+Blue) = 50+74+247=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 247 (96.88% from 255 or 66.58% from 371); Max value from RGB is 247 - color contains mainly: blue. Hex color #324AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF7 is #CDB508. Grayscale: #555555. Windows color (decimal): -13481225 or 16206386. OLE color: 16206386.
HSL color Cylindrical-coordinate representation of color #324AF7: hue angle of 232.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324AF7 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 74 | 247 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.03 |
| HSL | 232.69º | 0.92% | 0.58% | - |
| HSV(B) | 232.69º | 0.8% | 0.97% | - |
| XYZ | 20.55 | 12.29 | 89.28 | - |
| YUV | 86.55 | 218.55 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 247 | 0.80 | 0.70 | 0 | 0.03 | 232.69 | 0.92 | 0.58 |
| Hex | 32 | 4A | F7 | 50 | 46 | 0 | 3 | E9 | 5C | 3A |
| Octal | 62 | 112 | 367 | 120 | 106 | 0 | 3 | 351 | 134 | 72 |
| Binary | 110010 | 1001010 | 11110111 | 1010000 | 1000110 | 0 | 11 | 11101001 | 1011100 | 111010 |
Color Harmonies of #324AF7
Complementary color
Monochromatic Colors of #324AF7
Black with #324AF7
Text Example
Text Example
White with #324AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF7; }
p { color: rgb(50,74,247); }
H1.HeaderClassName
{
color: #324AF7;
}
.AnyTagClassName
{
color: #324AF7;
}
</style>
background-color css
<style>
a { background-color: #324AF7; }
a { background-color: rgb(50,74,247); }
div.DivClassName
{
background-color: #324AF7;
}
.BgClassName
{
background-color: #324AF7;
}
</style>
border-color css
<style>
span { border-color: #324AF7; }
span { border-color: rgb(50,74,247); }
td.TdClassName
{
border-color: #324AF7;
}
.TagClassName
{
border-color: #324AF7;
}
</style>