Shades of Neon Blue #324FFB
Tints of Neon Blue #324FFB
RGB
CMYK
RGB Variations
Color information
#324FFB (or 0x324FFB) is known color: Neon Blue. HEX triplet: 32, 4F and FB. RGB value is (50,79,251). Sum of RGB (Red+Green+Blue) = 50+79+251=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #324FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #324FFB is #CDB004. Grayscale: #595959. Windows color (decimal): -13479941 or 16469810. OLE color: 16469810.
HSL color Cylindrical-coordinate representation of color #324FFB: hue angle of 231.34º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #324FFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 79 | 251 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 231.34º | 0.96% | 0.59% | - |
| HSV(B) | 231.34º | 0.8% | 0.98% | - |
| XYZ | 21.52 | 13.24 | 92.69 | - |
| YUV | 89.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 251 | 0.80 | 0.69 | 0 | 0.02 | 231.34 | 0.96 | 0.59 |
| Hex | 32 | 4F | FB | 50 | 45 | 0 | 2 | E7 | 60 | 3B |
| Octal | 62 | 117 | 373 | 120 | 105 | 0 | 2 | 347 | 140 | 73 |
| Binary | 110010 | 1001111 | 11111011 | 1010000 | 1000101 | 0 | 10 | 11100111 | 1100000 | 111011 |
Color Harmonies of #324FFB
Complementary color
Monochromatic Colors of #324FFB
Black with #324FFB
Text Example
Text Example
White with #324FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324FFB; }
p { color: rgb(50,79,251); }
H1.HeaderClassName
{
color: #324FFB;
}
.AnyTagClassName
{
color: #324FFB;
}
</style>
background-color css
<style>
a { background-color: #324FFB; }
a { background-color: rgb(50,79,251); }
div.DivClassName
{
background-color: #324FFB;
}
.BgClassName
{
background-color: #324FFB;
}
</style>
border-color css
<style>
span { border-color: #324FFB; }
span { border-color: rgb(50,79,251); }
td.TdClassName
{
border-color: #324FFB;
}
.TagClassName
{
border-color: #324FFB;
}
</style>