Shades of Neon Blue #333FFB
Tints of Neon Blue #333FFB
RGB
CMYK
RGB Variations
Color information
#333FFB (or 0x333FFB) is known color: Neon Blue. HEX triplet: 33, 3F and FB. RGB value is (51,63,251). Sum of RGB (Red+Green+Blue) = 51+63+251=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #333FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333FFB is #CCC004. Grayscale: #505050. Windows color (decimal): -13418501 or 16465715. OLE color: 16465715.
HSL color Cylindrical-coordinate representation of color #333FFB: hue angle of 236.4º 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 #333FFB is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 63 | 251 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.02 |
| HSL | 236.4º | 0.96% | 0.59% | - |
| HSV(B) | 236.4º | 0.8% | 0.98% | - |
| XYZ | 20.56 | 11.22 | 92.35 | - |
| YUV | 80.84 | 224.02 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 251 | 0.80 | 0.75 | 0 | 0.02 | 236.4 | 0.96 | 0.59 |
| Hex | 33 | 3F | FB | 50 | 4B | 0 | 2 | EC | 60 | 3B |
| Octal | 63 | 77 | 373 | 120 | 113 | 0 | 2 | 354 | 140 | 73 |
| Binary | 110011 | 111111 | 11111011 | 1010000 | 1001011 | 0 | 10 | 11101100 | 1100000 | 111011 |
Color Harmonies of #333FFB
Complementary color
Monochromatic Colors of #333FFB
Black with #333FFB
Text Example
Text Example
White with #333FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333FFB; }
p { color: rgb(51,63,251); }
H1.HeaderClassName
{
color: #333FFB;
}
.AnyTagClassName
{
color: #333FFB;
}
</style>
background-color css
<style>
a { background-color: #333FFB; }
a { background-color: rgb(51,63,251); }
div.DivClassName
{
background-color: #333FFB;
}
.BgClassName
{
background-color: #333FFB;
}
</style>
border-color css
<style>
span { border-color: #333FFB; }
span { border-color: rgb(51,63,251); }
td.TdClassName
{
border-color: #333FFB;
}
.TagClassName
{
border-color: #333FFB;
}
</style>