Shades of Neon Blue #324BFF
Tints of Neon Blue #324BFF
RGB
CMYK
RGB Variations
Color information
#324BFF (or 0x324BFF) is known color: Neon Blue. HEX triplet: 32, 4B and FF. RGB value is (50,75,255). Sum of RGB (Red+Green+Blue) = 50+75+255=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #324BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #324BFF is #CDB400. Grayscale: #575757. Windows color (decimal): -13480961 or 16730930. OLE color: 16730930.
HSL color Cylindrical-coordinate representation of color #324BFF: hue angle of 232.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324BFF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 75 | 255 | - |
| CMYK | 0.80 | 0.71 | 0 | 0 |
| HSL | 232.68º | 1% | 0.6% | - |
| HSV(B) | 232.68º | 0.8% | 1% | - |
| XYZ | 21.88 | 12.93 | 95.95 | - |
| YUV | 88.05 | 222.22 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 75 | 255 | 0.80 | 0.71 | 0 | 0 | 232.68 | 1 | 0.6 |
| Hex | 32 | 4B | FF | 50 | 47 | 0 | 0 | E9 | 64 | 3C |
| Octal | 62 | 113 | 377 | 120 | 107 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110010 | 1001011 | 11111111 | 1010000 | 1000111 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #324BFF
Complementary color
Monochromatic Colors of #324BFF
Black with #324BFF
Text Example
Text Example
White with #324BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324BFF; }
p { color: rgb(50,75,255); }
H1.HeaderClassName
{
color: #324BFF;
}
.AnyTagClassName
{
color: #324BFF;
}
</style>
background-color css
<style>
a { background-color: #324BFF; }
a { background-color: rgb(50,75,255); }
div.DivClassName
{
background-color: #324BFF;
}
.BgClassName
{
background-color: #324BFF;
}
</style>
border-color css
<style>
span { border-color: #324BFF; }
span { border-color: rgb(50,75,255); }
td.TdClassName
{
border-color: #324BFF;
}
.TagClassName
{
border-color: #324BFF;
}
</style>