Shades of Neon Blue #334DFB
Tints of Neon Blue #334DFB
RGB
CMYK
RGB Variations
Color information
#334DFB (or 0x334DFB) is known color: Neon Blue. HEX triplet: 33, 4D and FB. RGB value is (51,77,251). Sum of RGB (Red+Green+Blue) = 51+77+251=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #334DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DFB is #CCB204. Grayscale: #585858. Windows color (decimal): -13414917 or 16469299. OLE color: 16469299.
HSL color Cylindrical-coordinate representation of color #334DFB: hue angle of 232.2º 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 #334DFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 77 | 251 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 232.2º | 0.96% | 0.59% | - |
| HSV(B) | 232.2º | 0.8% | 0.98% | - |
| XYZ | 21.43 | 12.98 | 92.64 | - |
| YUV | 89.06 | 219.39 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 251 | 0.80 | 0.69 | 0 | 0.02 | 232.2 | 0.96 | 0.59 |
| Hex | 33 | 4D | FB | 50 | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 63 | 115 | 373 | 120 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110011 | 1001101 | 11111011 | 1010000 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #334DFB
Complementary color
Monochromatic Colors of #334DFB
Black with #334DFB
Text Example
Text Example
White with #334DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DFB; }
p { color: rgb(51,77,251); }
H1.HeaderClassName
{
color: #334DFB;
}
.AnyTagClassName
{
color: #334DFB;
}
</style>
background-color css
<style>
a { background-color: #334DFB; }
a { background-color: rgb(51,77,251); }
div.DivClassName
{
background-color: #334DFB;
}
.BgClassName
{
background-color: #334DFB;
}
</style>
border-color css
<style>
span { border-color: #334DFB; }
span { border-color: rgb(51,77,251); }
td.TdClassName
{
border-color: #334DFB;
}
.TagClassName
{
border-color: #334DFB;
}
</style>