Shades of Neon Blue #333DFB
Tints of Neon Blue #333DFB
RGB
CMYK
RGB Variations
Color information
#333DFB (or 0x333DFB) is known color: Neon Blue. HEX triplet: 33, 3D and FB. RGB value is (51,61,251). Sum of RGB (Red+Green+Blue) = 51+61+251=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #333DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DFB is #CCC204. Grayscale: #4E4E4E. Windows color (decimal): -13419013 or 16465203. OLE color: 16465203.
HSL color Cylindrical-coordinate representation of color #333DFB: hue angle of 237º 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 #333DFB is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 61 | 251 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.02 |
| HSL | 237º | 0.96% | 0.59% | - |
| HSV(B) | 237º | 0.8% | 0.98% | - |
| XYZ | 20.45 | 11.01 | 92.31 | - |
| YUV | 79.67 | 224.69 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 251 | 0.80 | 0.76 | 0 | 0.02 | 237 | 0.96 | 0.59 |
| Hex | 33 | 3D | FB | 50 | 4C | 0 | 2 | ED | 60 | 3B |
| Octal | 63 | 75 | 373 | 120 | 114 | 0 | 2 | 355 | 140 | 73 |
| Binary | 110011 | 111101 | 11111011 | 1010000 | 1001100 | 0 | 10 | 11101101 | 1100000 | 111011 |
Color Harmonies of #333DFB
Complementary color
Monochromatic Colors of #333DFB
Black with #333DFB
Text Example
Text Example
White with #333DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333DFB; }
p { color: rgb(51,61,251); }
H1.HeaderClassName
{
color: #333DFB;
}
.AnyTagClassName
{
color: #333DFB;
}
</style>
background-color css
<style>
a { background-color: #333DFB; }
a { background-color: rgb(51,61,251); }
div.DivClassName
{
background-color: #333DFB;
}
.BgClassName
{
background-color: #333DFB;
}
</style>
border-color css
<style>
span { border-color: #333DFB; }
span { border-color: rgb(51,61,251); }
td.TdClassName
{
border-color: #333DFB;
}
.TagClassName
{
border-color: #333DFB;
}
</style>