Shades of Neon Blue #334FFB
Tints of Neon Blue #334FFB
RGB
CMYK
RGB Variations
Color information
#334FFB (or 0x334FFB) is known color: Neon Blue. HEX triplet: 33, 4F and FB. RGB value is (51,79,251). Sum of RGB (Red+Green+Blue) = 51+79+251=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #334FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334FFB is #CCB004. Grayscale: #595959. Windows color (decimal): -13414405 or 16469811. OLE color: 16469811.
HSL color Cylindrical-coordinate representation of color #334FFB: hue angle of 231.6º 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 #334FFB is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 79 | 251 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 231.6º | 0.96% | 0.59% | - |
| HSV(B) | 231.6º | 0.8% | 0.98% | - |
| XYZ | 21.57 | 13.26 | 92.69 | - |
| YUV | 90.24 | 218.72 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 251 | 0.80 | 0.69 | 0 | 0.02 | 231.6 | 0.96 | 0.59 |
| Hex | 33 | 4F | FB | 50 | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 63 | 117 | 373 | 120 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110011 | 1001111 | 11111011 | 1010000 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #334FFB
Complementary color
Monochromatic Colors of #334FFB
Black with #334FFB
Text Example
Text Example
White with #334FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334FFB; }
p { color: rgb(51,79,251); }
H1.HeaderClassName
{
color: #334FFB;
}
.AnyTagClassName
{
color: #334FFB;
}
</style>
background-color css
<style>
a { background-color: #334FFB; }
a { background-color: rgb(51,79,251); }
div.DivClassName
{
background-color: #334FFB;
}
.BgClassName
{
background-color: #334FFB;
}
</style>
border-color css
<style>
span { border-color: #334FFB; }
span { border-color: rgb(51,79,251); }
td.TdClassName
{
border-color: #334FFB;
}
.TagClassName
{
border-color: #334FFB;
}
</style>