Shades of Neon Blue #332FE7
Tints of Neon Blue #332FE7
RGB
CMYK
RGB Variations
Color information
#332FE7 (or 0x332FE7) is known color: Neon Blue. HEX triplet: 33, 2F and E7. RGB value is (51,47,231). Sum of RGB (Red+Green+Blue) = 51+47+231=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 231 (90.62% from 255 or 70.21% from 329); Max value from RGB is 231 - color contains mainly: blue. Hex color #332FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332FE7 is #CCD018. Grayscale: #444444. Windows color (decimal): -13422617 or 15150899. OLE color: 15150899.
HSL color Cylindrical-coordinate representation of color #332FE7: hue angle of 241.3º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332FE7 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 47 | 231 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.09 |
| HSL | 241.3º | 0.79% | 0.55% | - |
| HSV(B) | 241.3º | 0.8% | 0.91% | - |
| XYZ | 16.81 | 8.51 | 76.36 | - |
| YUV | 69.17 | 219.33 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 231 | 0.78 | 0.80 | 0 | 0.09 | 241.3 | 0.79 | 0.55 |
| Hex | 33 | 2F | E7 | 4E | 50 | 0 | 9 | F1 | 4F | 37 |
| Octal | 63 | 57 | 347 | 116 | 120 | 0 | 11 | 361 | 117 | 67 |
| Binary | 110011 | 101111 | 11100111 | 1001110 | 1010000 | 0 | 1001 | 11110001 | 1001111 | 110111 |
Color Harmonies of #332FE7
Complementary color
Monochromatic Colors of #332FE7
Black with #332FE7
Text Example
Text Example
White with #332FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FE7; }
p { color: rgb(51,47,231); }
H1.HeaderClassName
{
color: #332FE7;
}
.AnyTagClassName
{
color: #332FE7;
}
</style>
background-color css
<style>
a { background-color: #332FE7; }
a { background-color: rgb(51,47,231); }
div.DivClassName
{
background-color: #332FE7;
}
.BgClassName
{
background-color: #332FE7;
}
</style>
border-color css
<style>
span { border-color: #332FE7; }
span { border-color: rgb(51,47,231); }
td.TdClassName
{
border-color: #332FE7;
}
.TagClassName
{
border-color: #332FE7;
}
</style>