Shades of Neon Blue #324AF3
Tints of Neon Blue #324AF3
RGB
CMYK
RGB Variations
Color information
#324AF3 (or 0x324AF3) is known color: Neon Blue. HEX triplet: 32, 4A and F3. RGB value is (50,74,243). Sum of RGB (Red+Green+Blue) = 50+74+243=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 243 (95.31% from 255 or 66.21% from 367); Max value from RGB is 243 - color contains mainly: blue. Hex color #324AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF3 is #CDB50C. Grayscale: #555555. Windows color (decimal): -13481229 or 15944242. OLE color: 15944242.
HSL color Cylindrical-coordinate representation of color #324AF3: hue angle of 232.54º degrees, saturation: 0.89, 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 #324AF3 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 74 | 243 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.05 |
| HSL | 232.54º | 0.89% | 0.57% | - |
| HSV(B) | 232.54º | 0.79% | 0.95% | - |
| XYZ | 19.94 | 12.05 | 86.07 | - |
| YUV | 86.09 | 216.55 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 243 | 0.79 | 0.70 | 0 | 0.05 | 232.54 | 0.89 | 0.57 |
| Hex | 32 | 4A | F3 | 4F | 46 | 0 | 5 | E9 | 59 | 39 |
| Octal | 62 | 112 | 363 | 117 | 106 | 0 | 5 | 351 | 131 | 71 |
| Binary | 110010 | 1001010 | 11110011 | 1001111 | 1000110 | 0 | 101 | 11101001 | 1011001 | 111001 |
Color Harmonies of #324AF3
Complementary color
Monochromatic Colors of #324AF3
Black with #324AF3
Text Example
Text Example
White with #324AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF3; }
p { color: rgb(50,74,243); }
H1.HeaderClassName
{
color: #324AF3;
}
.AnyTagClassName
{
color: #324AF3;
}
</style>
background-color css
<style>
a { background-color: #324AF3; }
a { background-color: rgb(50,74,243); }
div.DivClassName
{
background-color: #324AF3;
}
.BgClassName
{
background-color: #324AF3;
}
</style>
border-color css
<style>
span { border-color: #324AF3; }
span { border-color: rgb(50,74,243); }
td.TdClassName
{
border-color: #324AF3;
}
.TagClassName
{
border-color: #324AF3;
}
</style>