Shades of Neon Blue #324FFC
Tints of Neon Blue #324FFC
RGB
CMYK
RGB Variations
Color information
#324FFC (or 0x324FFC) is known color: Neon Blue. HEX triplet: 32, 4F and FC. RGB value is (50,79,252). Sum of RGB (Red+Green+Blue) = 50+79+252=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #324FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FFC is #CDB003. Grayscale: #595959. Windows color (decimal): -13479940 or 16535346. OLE color: 16535346.
HSL color Cylindrical-coordinate representation of color #324FFC: hue angle of 231.39º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324FFC is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 79 | 252 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.01 |
| HSL | 231.39º | 0.97% | 0.59% | - |
| HSV(B) | 231.39º | 0.8% | 0.99% | - |
| XYZ | 21.68 | 13.3 | 93.52 | - |
| YUV | 90.05 | 219.39 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 252 | 0.80 | 0.69 | 0 | 0.01 | 231.39 | 0.97 | 0.59 |
| Hex | 32 | 4F | FC | 50 | 45 | 0 | 1 | E7 | 61 | 3B |
| Octal | 62 | 117 | 374 | 120 | 105 | 0 | 1 | 347 | 141 | 73 |
| Binary | 110010 | 1001111 | 11111100 | 1010000 | 1000101 | 0 | 1 | 11100111 | 1100001 | 111011 |
Color Harmonies of #324FFC
Complementary color
Monochromatic Colors of #324FFC
Black with #324FFC
Text Example
Text Example
White with #324FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FFC; }
p { color: rgb(50,79,252); }
H1.HeaderClassName
{
color: #324FFC;
}
.AnyTagClassName
{
color: #324FFC;
}
</style>
background-color css
<style>
a { background-color: #324FFC; }
a { background-color: rgb(50,79,252); }
div.DivClassName
{
background-color: #324FFC;
}
.BgClassName
{
background-color: #324FFC;
}
</style>
border-color css
<style>
span { border-color: #324FFC; }
span { border-color: rgb(50,79,252); }
td.TdClassName
{
border-color: #324FFC;
}
.TagClassName
{
border-color: #324FFC;
}
</style>