Shades of Neon Blue #3356FF
Tints of Neon Blue #3356FF
RGB
CMYK
RGB Variations
Color information
#3356FF (or 0x3356FF) is known color: Neon Blue. HEX triplet: 33, 56 and FF. RGB value is (51,86,255). Sum of RGB (Red+Green+Blue) = 51+86+255=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #3356FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3356FF is #CCA900. Grayscale: #5E5E5E. Windows color (decimal): -13412609 or 16733747. OLE color: 16733747.
HSL color Cylindrical-coordinate representation of color #3356FF: hue angle of 229.71º 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 #3356FF is Cyan = 0.8, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 86 | 255 | - |
| CMYK | 0.8 | 0.66 | 0 | 0 |
| HSL | 229.71º | 1% | 0.6% | - |
| HSV(B) | 229.71º | 0.8% | 1% | - |
| XYZ | 22.74 | 14.58 | 96.22 | - |
| YUV | 94.8 | 218.4 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 255 | 0.8 | 0.66 | 0 | 0 | 229.71 | 1 | 0.6 |
| Hex | 33 | 56 | FF | 50 | 42 | 0 | 0 | E6 | 64 | 3C |
| Octal | 63 | 126 | 377 | 120 | 102 | 0 | 0 | 346 | 144 | 74 |
| Binary | 110011 | 1010110 | 11111111 | 1010000 | 1000010 | 0 | 0 | 11100110 | 1100100 | 111100 |
Color Harmonies of #3356FF
Complementary color
Monochromatic Colors of #3356FF
Black with #3356FF
Text Example
Text Example
White with #3356FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3356FF; }
p { color: rgb(51,86,255); }
H1.HeaderClassName
{
color: #3356FF;
}
.AnyTagClassName
{
color: #3356FF;
}
</style>
background-color css
<style>
a { background-color: #3356FF; }
a { background-color: rgb(51,86,255); }
div.DivClassName
{
background-color: #3356FF;
}
.BgClassName
{
background-color: #3356FF;
}
</style>
border-color css
<style>
span { border-color: #3356FF; }
span { border-color: rgb(51,86,255); }
td.TdClassName
{
border-color: #3356FF;
}
.TagClassName
{
border-color: #3356FF;
}
</style>