Shades of Neon Blue #324AF5
Tints of Neon Blue #324AF5
RGB
CMYK
RGB Variations
Color information
#324AF5 (or 0x324AF5) is known color: Neon Blue. HEX triplet: 32, 4A and F5. RGB value is (50,74,245). Sum of RGB (Red+Green+Blue) = 50+74+245=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 245 (96.09% from 255 or 66.40% from 369); Max value from RGB is 245 - color contains mainly: blue. Hex color #324AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324AF5 is #CDB50A. Grayscale: #555555. Windows color (decimal): -13481227 or 16075314. OLE color: 16075314.
HSL color Cylindrical-coordinate representation of color #324AF5: hue angle of 232.62º degrees, saturation: 0.91, 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 #324AF5 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 74 | 245 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.04 |
| HSL | 232.62º | 0.91% | 0.58% | - |
| HSV(B) | 232.62º | 0.8% | 0.96% | - |
| XYZ | 20.25 | 12.17 | 87.67 | - |
| YUV | 86.32 | 217.55 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 245 | 0.80 | 0.70 | 0 | 0.04 | 232.62 | 0.91 | 0.58 |
| Hex | 32 | 4A | F5 | 50 | 46 | 0 | 4 | E9 | 5B | 3A |
| Octal | 62 | 112 | 365 | 120 | 106 | 0 | 4 | 351 | 133 | 72 |
| Binary | 110010 | 1001010 | 11110101 | 1010000 | 1000110 | 0 | 100 | 11101001 | 1011011 | 111010 |
Color Harmonies of #324AF5
Complementary color
Monochromatic Colors of #324AF5
Black with #324AF5
Text Example
Text Example
White with #324AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324AF5; }
p { color: rgb(50,74,245); }
H1.HeaderClassName
{
color: #324AF5;
}
.AnyTagClassName
{
color: #324AF5;
}
</style>
background-color css
<style>
a { background-color: #324AF5; }
a { background-color: rgb(50,74,245); }
div.DivClassName
{
background-color: #324AF5;
}
.BgClassName
{
background-color: #324AF5;
}
</style>
border-color css
<style>
span { border-color: #324AF5; }
span { border-color: rgb(50,74,245); }
td.TdClassName
{
border-color: #324AF5;
}
.TagClassName
{
border-color: #324AF5;
}
</style>