Shades of Neon Blue #322FFA
Tints of Neon Blue #322FFA
RGB
CMYK
RGB Variations
Color information
#322FFA (or 0x322FFA) is known color: Neon Blue. HEX triplet: 32, 2F and FA. RGB value is (50,47,250). Sum of RGB (Red+Green+Blue) = 50+47+250=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #322FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322FFA is #CDD005. Grayscale: #464646. Windows color (decimal): -13488134 or 16396082. OLE color: 16396082.
HSL color Cylindrical-coordinate representation of color #322FFA: hue angle of 240.89º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322FFA is Cyan = 0.8, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 47 | 250 | - |
| CMYK | 0.8 | 0.81 | 0 | 0.02 |
| HSL | 240.89º | 0.95% | 0.58% | - |
| HSV(B) | 240.89º | 0.81% | 0.98% | - |
| XYZ | 19.59 | 9.61 | 91.27 | - |
| YUV | 71.04 | 228.99 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 250 | 0.8 | 0.81 | 0 | 0.02 | 240.89 | 0.95 | 0.58 |
| Hex | 32 | 2F | FA | 50 | 51 | 0 | 2 | F1 | 5F | 3A |
| Octal | 62 | 57 | 372 | 120 | 121 | 0 | 2 | 361 | 137 | 72 |
| Binary | 110010 | 101111 | 11111010 | 1010000 | 1010001 | 0 | 10 | 11110001 | 1011111 | 111010 |
Color Harmonies of #322FFA
Complementary color
Monochromatic Colors of #322FFA
Black with #322FFA
Text Example
Text Example
White with #322FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FFA; }
p { color: rgb(50,47,250); }
H1.HeaderClassName
{
color: #322FFA;
}
.AnyTagClassName
{
color: #322FFA;
}
</style>
background-color css
<style>
a { background-color: #322FFA; }
a { background-color: rgb(50,47,250); }
div.DivClassName
{
background-color: #322FFA;
}
.BgClassName
{
background-color: #322FFA;
}
</style>
border-color css
<style>
span { border-color: #322FFA; }
span { border-color: rgb(50,47,250); }
td.TdClassName
{
border-color: #322FFA;
}
.TagClassName
{
border-color: #322FFA;
}
</style>