Shades of Neon Blue #322FEA
Tints of Neon Blue #322FEA
RGB
CMYK
RGB Variations
Color information
#322FEA (or 0x322FEA) is known color: Neon Blue. HEX triplet: 32, 2F and EA. RGB value is (50,47,234). Sum of RGB (Red+Green+Blue) = 50+47+234=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #322FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322FEA is #CDD015. Grayscale: #444444. Windows color (decimal): -13488150 or 15347506. OLE color: 15347506.
HSL color Cylindrical-coordinate representation of color #322FEA: hue angle of 240.96º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #322FEA is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 47 | 234 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.08 |
| HSL | 240.96º | 0.82% | 0.55% | - |
| HSV(B) | 240.96º | 0.8% | 0.92% | - |
| XYZ | 17.18 | 8.65 | 78.61 | - |
| YUV | 69.22 | 220.99 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 47 | 234 | 0.79 | 0.80 | 0 | 0.08 | 240.96 | 0.82 | 0.55 |
| Hex | 32 | 2F | EA | 4F | 50 | 0 | 8 | F1 | 52 | 37 |
| Octal | 62 | 57 | 352 | 117 | 120 | 0 | 10 | 361 | 122 | 67 |
| Binary | 110010 | 101111 | 11101010 | 1001111 | 1010000 | 0 | 1000 | 11110001 | 1010010 | 110111 |
Color Harmonies of #322FEA
Complementary color
Monochromatic Colors of #322FEA
Black with #322FEA
Text Example
Text Example
White with #322FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322FEA; }
p { color: rgb(50,47,234); }
H1.HeaderClassName
{
color: #322FEA;
}
.AnyTagClassName
{
color: #322FEA;
}
</style>
background-color css
<style>
a { background-color: #322FEA; }
a { background-color: rgb(50,47,234); }
div.DivClassName
{
background-color: #322FEA;
}
.BgClassName
{
background-color: #322FEA;
}
</style>
border-color css
<style>
span { border-color: #322FEA; }
span { border-color: rgb(50,47,234); }
td.TdClassName
{
border-color: #322FEA;
}
.TagClassName
{
border-color: #322FEA;
}
</style>