Shades of Neon Blue #332FF2
Tints of Neon Blue #332FF2
RGB
CMYK
RGB Variations
Color information
#332FF2 (or 0x332FF2) is known color: Neon Blue. HEX triplet: 33, 2F and F2. RGB value is (51,47,242). Sum of RGB (Red+Green+Blue) = 51+47+242=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 242 (94.92% from 255 or 71.18% from 340); Max value from RGB is 242 - color contains mainly: blue. Hex color #332FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332FF2 is #CCD00D. Grayscale: #454545. Windows color (decimal): -13422606 or 15871795. OLE color: 15871795.
HSL color Cylindrical-coordinate representation of color #332FF2: hue angle of 241.23º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332FF2 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 47 | 242 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.05 |
| HSL | 241.23º | 0.88% | 0.57% | - |
| HSV(B) | 241.23º | 0.81% | 0.95% | - |
| XYZ | 18.41 | 9.15 | 84.8 | - |
| YUV | 70.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 242 | 0.79 | 0.81 | 0 | 0.05 | 241.23 | 0.88 | 0.57 |
| Hex | 33 | 2F | F2 | 4F | 51 | 0 | 5 | F1 | 58 | 39 |
| Octal | 63 | 57 | 362 | 117 | 121 | 0 | 5 | 361 | 130 | 71 |
| Binary | 110011 | 101111 | 11110010 | 1001111 | 1010001 | 0 | 101 | 11110001 | 1011000 | 111001 |
Color Harmonies of #332FF2
Complementary color
Monochromatic Colors of #332FF2
Black with #332FF2
Text Example
Text Example
White with #332FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FF2; }
p { color: rgb(51,47,242); }
H1.HeaderClassName
{
color: #332FF2;
}
.AnyTagClassName
{
color: #332FF2;
}
</style>
background-color css
<style>
a { background-color: #332FF2; }
a { background-color: rgb(51,47,242); }
div.DivClassName
{
background-color: #332FF2;
}
.BgClassName
{
background-color: #332FF2;
}
</style>
border-color css
<style>
span { border-color: #332FF2; }
span { border-color: rgb(51,47,242); }
td.TdClassName
{
border-color: #332FF2;
}
.TagClassName
{
border-color: #332FF2;
}
</style>