Shades of Neon Blue #322FFE
Tints of Neon Blue #322FFE
RGB
CMYK
RGB Variations
Color information
#322FFE (or 0x322FFE) is known color: Neon Blue. HEX triplet: 32, 2F and FE. RGB value is (50,47,254). Sum of RGB (Red+Green+Blue) = 50+47+254=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #322FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322FFE is #CDD001. Grayscale: #464646. Windows color (decimal): -13488130 or 16658226. OLE color: 16658226.
HSL color Cylindrical-coordinate representation of color #322FFE: hue angle of 240.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #322FFE is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 47 | 254 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.00 |
| HSL | 240.87º | 0.99% | 0.59% | - |
| HSV(B) | 240.87º | 0.81% | 1% | - |
| XYZ | 20.22 | 9.87 | 94.6 | - |
| YUV | 71.5 | 230.99 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 254 | 0.80 | 0.81 | 0 | 0.00 | 240.87 | 0.99 | 0.59 |
| Hex | 32 | 2F | FE | 50 | 51 | 0 | 0 | F1 | 63 | 3B |
| Octal | 62 | 57 | 376 | 120 | 121 | 0 | 0 | 361 | 143 | 73 |
| Binary | 110010 | 101111 | 11111110 | 1010000 | 1010001 | 0 | 0 | 11110001 | 1100011 | 111011 |
Color Harmonies of #322FFE
Complementary color
Monochromatic Colors of #322FFE
Black with #322FFE
Text Example
Text Example
White with #322FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FFE; }
p { color: rgb(50,47,254); }
H1.HeaderClassName
{
color: #322FFE;
}
.AnyTagClassName
{
color: #322FFE;
}
</style>
background-color css
<style>
a { background-color: #322FFE; }
a { background-color: rgb(50,47,254); }
div.DivClassName
{
background-color: #322FFE;
}
.BgClassName
{
background-color: #322FFE;
}
</style>
border-color css
<style>
span { border-color: #322FFE; }
span { border-color: rgb(50,47,254); }
td.TdClassName
{
border-color: #322FFE;
}
.TagClassName
{
border-color: #322FFE;
}
</style>