Shades of Neon Blue #332DFE
Tints of Neon Blue #332DFE
RGB
CMYK
RGB Variations
Color information
#332DFE (or 0x332DFE) is known color: Neon Blue. HEX triplet: 33, 2D and FE. RGB value is (51,45,254). Sum of RGB (Red+Green+Blue) = 51+45+254=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #332DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332DFE is #CCD201. Grayscale: #454545. Windows color (decimal): -13423106 or 16657715. OLE color: 16657715.
HSL color Cylindrical-coordinate representation of color #332DFE: hue angle of 241.72º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332DFE is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 45 | 254 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.00 |
| HSL | 241.72º | 0.99% | 0.59% | - |
| HSV(B) | 241.72º | 0.82% | 1% | - |
| XYZ | 20.19 | 9.74 | 94.58 | - |
| YUV | 70.62 | 231.49 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 254 | 0.80 | 0.82 | 0 | 0.00 | 241.72 | 0.99 | 0.59 |
| Hex | 33 | 2D | FE | 50 | 52 | 0 | 0 | F2 | 63 | 3B |
| Octal | 63 | 55 | 376 | 120 | 122 | 0 | 0 | 362 | 143 | 73 |
| Binary | 110011 | 101101 | 11111110 | 1010000 | 1010010 | 0 | 0 | 11110010 | 1100011 | 111011 |
Color Harmonies of #332DFE
Complementary color
Monochromatic Colors of #332DFE
Black with #332DFE
Text Example
Text Example
White with #332DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DFE; }
p { color: rgb(51,45,254); }
H1.HeaderClassName
{
color: #332DFE;
}
.AnyTagClassName
{
color: #332DFE;
}
</style>
background-color css
<style>
a { background-color: #332DFE; }
a { background-color: rgb(51,45,254); }
div.DivClassName
{
background-color: #332DFE;
}
.BgClassName
{
background-color: #332DFE;
}
</style>
border-color css
<style>
span { border-color: #332DFE; }
span { border-color: rgb(51,45,254); }
td.TdClassName
{
border-color: #332DFE;
}
.TagClassName
{
border-color: #332DFE;
}
</style>