Shades of Neon Blue #3355FB
Tints of Neon Blue #3355FB
RGB
CMYK
RGB Variations
Color information
#3355FB (or 0x3355FB) is known color: Neon Blue. HEX triplet: 33, 55 and FB. RGB value is (51,85,251). Sum of RGB (Red+Green+Blue) = 51+85+251=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #3355FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3355FB is #CCAA04. Grayscale: #5D5D5D. Windows color (decimal): -13412869 or 16471347. OLE color: 16471347.
HSL color Cylindrical-coordinate representation of color #3355FB: hue angle of 229.8º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3355FB is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 85 | 251 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.02 |
| HSL | 229.8º | 0.96% | 0.59% | - |
| HSV(B) | 229.8º | 0.8% | 0.98% | - |
| XYZ | 22.03 | 14.17 | 92.84 | - |
| YUV | 93.76 | 216.74 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 251 | 0.80 | 0.66 | 0 | 0.02 | 229.8 | 0.96 | 0.59 |
| Hex | 33 | 55 | FB | 50 | 42 | 0 | 2 | E6 | 60 | 3B |
| Octal | 63 | 125 | 373 | 120 | 102 | 0 | 2 | 346 | 140 | 73 |
| Binary | 110011 | 1010101 | 11111011 | 1010000 | 1000010 | 0 | 10 | 11100110 | 1100000 | 111011 |
Color Harmonies of #3355FB
Complementary color
Monochromatic Colors of #3355FB
Black with #3355FB
Text Example
Text Example
White with #3355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3355FB; }
p { color: rgb(51,85,251); }
H1.HeaderClassName
{
color: #3355FB;
}
.AnyTagClassName
{
color: #3355FB;
}
</style>
background-color css
<style>
a { background-color: #3355FB; }
a { background-color: rgb(51,85,251); }
div.DivClassName
{
background-color: #3355FB;
}
.BgClassName
{
background-color: #3355FB;
}
</style>
border-color css
<style>
span { border-color: #3355FB; }
span { border-color: rgb(51,85,251); }
td.TdClassName
{
border-color: #3355FB;
}
.TagClassName
{
border-color: #3355FB;
}
</style>