Shades of Neon Blue #332FE5
Tints of Neon Blue #332FE5
RGB
CMYK
RGB Variations
Color information
#332FE5 (or 0x332FE5) is known color: Neon Blue. HEX triplet: 33, 2F and E5. RGB value is (51,47,229). Sum of RGB (Red+Green+Blue) = 51+47+229=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #332FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FE5 is #CCD01A. Grayscale: #444444. Windows color (decimal): -13422619 or 15019827. OLE color: 15019827.
HSL color Cylindrical-coordinate representation of color #332FE5: hue angle of 241.32º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332FE5 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 47 | 229 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.10 |
| HSL | 241.32º | 0.78% | 0.54% | - |
| HSV(B) | 241.32º | 0.79% | 0.9% | - |
| XYZ | 16.52 | 8.39 | 74.88 | - |
| YUV | 68.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 229 | 0.78 | 0.79 | 0 | 0.10 | 241.32 | 0.78 | 0.54 |
| Hex | 33 | 2F | E5 | 4E | 4F | 0 | A | F1 | 4E | 36 |
| Octal | 63 | 57 | 345 | 116 | 117 | 0 | 12 | 361 | 116 | 66 |
| Binary | 110011 | 101111 | 11100101 | 1001110 | 1001111 | 0 | 1010 | 11110001 | 1001110 | 110110 |
Color Harmonies of #332FE5
Complementary color
Monochromatic Colors of #332FE5
Black with #332FE5
Text Example
Text Example
White with #332FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FE5; }
p { color: rgb(51,47,229); }
H1.HeaderClassName
{
color: #332FE5;
}
.AnyTagClassName
{
color: #332FE5;
}
</style>
background-color css
<style>
a { background-color: #332FE5; }
a { background-color: rgb(51,47,229); }
div.DivClassName
{
background-color: #332FE5;
}
.BgClassName
{
background-color: #332FE5;
}
</style>
border-color css
<style>
span { border-color: #332FE5; }
span { border-color: rgb(51,47,229); }
td.TdClassName
{
border-color: #332FE5;
}
.TagClassName
{
border-color: #332FE5;
}
</style>