Shades of Neon Blue #332DFF
Tints of Neon Blue #332DFF
RGB
CMYK
RGB Variations
Color information
#332DFF (or 0x332DFF) is known color: Neon Blue. HEX triplet: 33, 2D and FF. RGB value is (51,45,255). Sum of RGB (Red+Green+Blue) = 51+45+255=351 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.53% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #332DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332DFF is #CCD200. Grayscale: #454545. Windows color (decimal): -13423105 or 16723251. OLE color: 16723251.
HSL color Cylindrical-coordinate representation of color #332DFF: hue angle of 241.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #332DFF is Cyan = 0.8, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 45 | 255 | - |
| CMYK | 0.8 | 0.82 | 0 | 0 |
| HSL | 241.71º | 1% | 0.59% | - |
| HSV(B) | 241.71º | 0.82% | 1% | - |
| XYZ | 20.35 | 9.8 | 95.43 | - |
| YUV | 70.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 255 | 0.8 | 0.82 | 0 | 0 | 241.71 | 1 | 0.59 |
| Hex | 33 | 2D | FF | 50 | 52 | 0 | 0 | F2 | 64 | 3B |
| Octal | 63 | 55 | 377 | 120 | 122 | 0 | 0 | 362 | 144 | 73 |
| Binary | 110011 | 101101 | 11111111 | 1010000 | 1010010 | 0 | 0 | 11110010 | 1100100 | 111011 |
Color Harmonies of #332DFF
Complementary color
Monochromatic Colors of #332DFF
Black with #332DFF
Text Example
Text Example
White with #332DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DFF; }
p { color: rgb(51,45,255); }
H1.HeaderClassName
{
color: #332DFF;
}
.AnyTagClassName
{
color: #332DFF;
}
</style>
background-color css
<style>
a { background-color: #332DFF; }
a { background-color: rgb(51,45,255); }
div.DivClassName
{
background-color: #332DFF;
}
.BgClassName
{
background-color: #332DFF;
}
</style>
border-color css
<style>
span { border-color: #332DFF; }
span { border-color: rgb(51,45,255); }
td.TdClassName
{
border-color: #332DFF;
}
.TagClassName
{
border-color: #332DFF;
}
</style>