Shades of Neon Blue #324AF2
Tints of Neon Blue #324AF2
RGB
CMYK
RGB Variations
Color information
#324AF2 (or 0x324AF2) is known color: Neon Blue. HEX triplet: 32, 4A and F2. RGB value is (50,74,242). Sum of RGB (Red+Green+Blue) = 50+74+242=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #324AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF2 is #CDB50D. Grayscale: #555555. Windows color (decimal): -13481230 or 15878706. OLE color: 15878706.
HSL color Cylindrical-coordinate representation of color #324AF2: hue angle of 232.5º 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 #324AF2 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 74 | 242 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.05 |
| HSL | 232.5º | 0.88% | 0.57% | - |
| HSV(B) | 232.5º | 0.79% | 0.95% | - |
| XYZ | 19.79 | 11.99 | 85.27 | - |
| YUV | 85.98 | 216.05 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 242 | 0.79 | 0.69 | 0 | 0.05 | 232.5 | 0.88 | 0.57 |
| Hex | 32 | 4A | F2 | 4F | 45 | 0 | 5 | E8 | 58 | 39 |
| Octal | 62 | 112 | 362 | 117 | 105 | 0 | 5 | 350 | 130 | 71 |
| Binary | 110010 | 1001010 | 11110010 | 1001111 | 1000101 | 0 | 101 | 11101000 | 1011000 | 111001 |
Color Harmonies of #324AF2
Complementary color
Monochromatic Colors of #324AF2
Black with #324AF2
Text Example
Text Example
White with #324AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF2; }
p { color: rgb(50,74,242); }
H1.HeaderClassName
{
color: #324AF2;
}
.AnyTagClassName
{
color: #324AF2;
}
</style>
background-color css
<style>
a { background-color: #324AF2; }
a { background-color: rgb(50,74,242); }
div.DivClassName
{
background-color: #324AF2;
}
.BgClassName
{
background-color: #324AF2;
}
</style>
border-color css
<style>
span { border-color: #324AF2; }
span { border-color: rgb(50,74,242); }
td.TdClassName
{
border-color: #324AF2;
}
.TagClassName
{
border-color: #324AF2;
}
</style>