Shades of Neon Blue #324AF6
Tints of Neon Blue #324AF6
RGB
CMYK
RGB Variations
Color information
#324AF6 (or 0x324AF6) is known color: Neon Blue. HEX triplet: 32, 4A and F6. RGB value is (50,74,246). Sum of RGB (Red+Green+Blue) = 50+74+246=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 246 (96.48% from 255 or 66.49% from 370); Max value from RGB is 246 - color contains mainly: blue. Hex color #324AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF6 is #CDB509. Grayscale: #555555. Windows color (decimal): -13481226 or 16140850. OLE color: 16140850.
HSL color Cylindrical-coordinate representation of color #324AF6: hue angle of 232.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324AF6 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 74 | 246 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.04 |
| HSL | 232.65º | 0.92% | 0.58% | - |
| HSV(B) | 232.65º | 0.8% | 0.96% | - |
| XYZ | 20.4 | 12.23 | 88.47 | - |
| YUV | 86.43 | 218.05 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 246 | 0.80 | 0.70 | 0 | 0.04 | 232.65 | 0.92 | 0.58 |
| Hex | 32 | 4A | F6 | 50 | 46 | 0 | 4 | E9 | 5C | 3A |
| Octal | 62 | 112 | 366 | 120 | 106 | 0 | 4 | 351 | 134 | 72 |
| Binary | 110010 | 1001010 | 11110110 | 1010000 | 1000110 | 0 | 100 | 11101001 | 1011100 | 111010 |
Color Harmonies of #324AF6
Complementary color
Monochromatic Colors of #324AF6
Black with #324AF6
Text Example
Text Example
White with #324AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF6; }
p { color: rgb(50,74,246); }
H1.HeaderClassName
{
color: #324AF6;
}
.AnyTagClassName
{
color: #324AF6;
}
</style>
background-color css
<style>
a { background-color: #324AF6; }
a { background-color: rgb(50,74,246); }
div.DivClassName
{
background-color: #324AF6;
}
.BgClassName
{
background-color: #324AF6;
}
</style>
border-color css
<style>
span { border-color: #324AF6; }
span { border-color: rgb(50,74,246); }
td.TdClassName
{
border-color: #324AF6;
}
.TagClassName
{
border-color: #324AF6;
}
</style>