Shades of Neon Blue #3333FB
Tints of Neon Blue #3333FB
RGB
CMYK
RGB Variations
Color information
#3333FB (or 0x3333FB) is known color: Neon Blue. HEX triplet: 33, 33 and FB. RGB value is (51,51,251). Sum of RGB (Red+Green+Blue) = 51+51+251=353 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.45% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #3333FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3333FB is #CCCC04. Grayscale: #494949. Windows color (decimal): -13421573 or 16462643. OLE color: 16462643.
HSL color Cylindrical-coordinate representation of color #3333FB: hue angle of 240º 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 #3333FB is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 51 | 251 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.02 |
| HSL | 240º | 0.96% | 0.59% | - |
| HSV(B) | 240º | 0.8% | 0.98% | - |
| XYZ | 19.96 | 10.04 | 92.15 | - |
| YUV | 73.8 | 228 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 251 | 0.80 | 0.80 | 0 | 0.02 | 240 | 0.96 | 0.59 |
| Hex | 33 | 33 | FB | 50 | 50 | 0 | 2 | F0 | 60 | 3B |
| Octal | 63 | 63 | 373 | 120 | 120 | 0 | 2 | 360 | 140 | 73 |
| Binary | 110011 | 110011 | 11111011 | 1010000 | 1010000 | 0 | 10 | 11110000 | 1100000 | 111011 |
Color Harmonies of #3333FB
Complementary color
Monochromatic Colors of #3333FB
Black with #3333FB
Text Example
Text Example
White with #3333FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3333FB; }
p { color: rgb(51,51,251); }
H1.HeaderClassName
{
color: #3333FB;
}
.AnyTagClassName
{
color: #3333FB;
}
</style>
background-color css
<style>
a { background-color: #3333FB; }
a { background-color: rgb(51,51,251); }
div.DivClassName
{
background-color: #3333FB;
}
.BgClassName
{
background-color: #3333FB;
}
</style>
border-color css
<style>
span { border-color: #3333FB; }
span { border-color: rgb(51,51,251); }
td.TdClassName
{
border-color: #3333FB;
}
.TagClassName
{
border-color: #3333FB;
}
</style>