Shades of Neon Blue #3352FF
Tints of Neon Blue #3352FF
RGB
CMYK
RGB Variations
Color information
#3352FF (or 0x3352FF) is known color: Neon Blue. HEX triplet: 33, 52 and FF. RGB value is (51,82,255). Sum of RGB (Red+Green+Blue) = 51+82+255=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #3352FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3352FF is #CCAD00. Grayscale: #5B5B5B. Windows color (decimal): -13413633 or 16732723. OLE color: 16732723.
HSL color Cylindrical-coordinate representation of color #3352FF: hue angle of 230.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3352FF is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 82 | 255 | - |
| CMYK | 0.8 | 0.68 | 0 | 0 |
| HSL | 230.88º | 1% | 0.6% | - |
| HSV(B) | 230.88º | 0.8% | 1% | - |
| XYZ | 22.43 | 13.96 | 96.12 | - |
| YUV | 92.45 | 219.73 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 255 | 0.8 | 0.68 | 0 | 0 | 230.88 | 1 | 0.6 |
| Hex | 33 | 52 | FF | 50 | 44 | 0 | 0 | E7 | 64 | 3C |
| Octal | 63 | 122 | 377 | 120 | 104 | 0 | 0 | 347 | 144 | 74 |
| Binary | 110011 | 1010010 | 11111111 | 1010000 | 1000100 | 0 | 0 | 11100111 | 1100100 | 111100 |
Color Harmonies of #3352FF
Complementary color
Monochromatic Colors of #3352FF
Black with #3352FF
Text Example
Text Example
White with #3352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3352FF; }
p { color: rgb(51,82,255); }
H1.HeaderClassName
{
color: #3352FF;
}
.AnyTagClassName
{
color: #3352FF;
}
</style>
background-color css
<style>
a { background-color: #3352FF; }
a { background-color: rgb(51,82,255); }
div.DivClassName
{
background-color: #3352FF;
}
.BgClassName
{
background-color: #3352FF;
}
</style>
border-color css
<style>
span { border-color: #3352FF; }
span { border-color: rgb(51,82,255); }
td.TdClassName
{
border-color: #3352FF;
}
.TagClassName
{
border-color: #3352FF;
}
</style>