Shades of Neon Blue #324AF9
Tints of Neon Blue #324AF9
RGB
CMYK
RGB Variations
Color information
#324AF9 (or 0x324AF9) is known color: Neon Blue. HEX triplet: 32, 4A and F9. RGB value is (50,74,249). Sum of RGB (Red+Green+Blue) = 50+74+249=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #324AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF9 is #CDB506. Grayscale: #565656. Windows color (decimal): -13481223 or 16337458. OLE color: 16337458.
HSL color Cylindrical-coordinate representation of color #324AF9: hue angle of 232.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324AF9 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 74 | 249 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.02 |
| HSL | 232.76º | 0.94% | 0.59% | - |
| HSV(B) | 232.76º | 0.8% | 0.98% | - |
| XYZ | 20.86 | 12.42 | 90.92 | - |
| YUV | 86.77 | 219.55 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 249 | 0.80 | 0.70 | 0 | 0.02 | 232.76 | 0.94 | 0.59 |
| Hex | 32 | 4A | F9 | 50 | 46 | 0 | 2 | E9 | 5E | 3B |
| Octal | 62 | 112 | 371 | 120 | 106 | 0 | 2 | 351 | 136 | 73 |
| Binary | 110010 | 1001010 | 11111001 | 1010000 | 1000110 | 0 | 10 | 11101001 | 1011110 | 111011 |
Color Harmonies of #324AF9
Complementary color
Monochromatic Colors of #324AF9
Black with #324AF9
Text Example
Text Example
White with #324AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF9; }
p { color: rgb(50,74,249); }
H1.HeaderClassName
{
color: #324AF9;
}
.AnyTagClassName
{
color: #324AF9;
}
</style>
background-color css
<style>
a { background-color: #324AF9; }
a { background-color: rgb(50,74,249); }
div.DivClassName
{
background-color: #324AF9;
}
.BgClassName
{
background-color: #324AF9;
}
</style>
border-color css
<style>
span { border-color: #324AF9; }
span { border-color: rgb(50,74,249); }
td.TdClassName
{
border-color: #324AF9;
}
.TagClassName
{
border-color: #324AF9;
}
</style>