Shades of Neon Blue #334CFF
Tints of Neon Blue #334CFF
RGB
CMYK
RGB Variations
Color information
#334CFF (or 0x334CFF) is known color: Neon Blue. HEX triplet: 33, 4C and FF. RGB value is (51,76,255). Sum of RGB (Red+Green+Blue) = 51+76+255=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #334CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #334CFF is #CCB300. Grayscale: #585858. Windows color (decimal): -13415169 or 16731187. OLE color: 16731187.
HSL color Cylindrical-coordinate representation of color #334CFF: hue angle of 232.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #334CFF is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 76 | 255 | - |
| CMYK | 0.8 | 0.70 | 0 | 0 |
| HSL | 232.65º | 1% | 0.6% | - |
| HSV(B) | 232.65º | 0.8% | 1% | - |
| XYZ | 22 | 13.09 | 95.98 | - |
| YUV | 88.93 | 221.72 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 255 | 0.8 | 0.70 | 0 | 0 | 232.65 | 1 | 0.6 |
| Hex | 33 | 4C | FF | 50 | 46 | 0 | 0 | E9 | 64 | 3C |
| Octal | 63 | 114 | 377 | 120 | 106 | 0 | 0 | 351 | 144 | 74 |
| Binary | 110011 | 1001100 | 11111111 | 1010000 | 1000110 | 0 | 0 | 11101001 | 1100100 | 111100 |
Color Harmonies of #334CFF
Complementary color
Monochromatic Colors of #334CFF
Black with #334CFF
Text Example
Text Example
White with #334CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334CFF; }
p { color: rgb(51,76,255); }
H1.HeaderClassName
{
color: #334CFF;
}
.AnyTagClassName
{
color: #334CFF;
}
</style>
background-color css
<style>
a { background-color: #334CFF; }
a { background-color: rgb(51,76,255); }
div.DivClassName
{
background-color: #334CFF;
}
.BgClassName
{
background-color: #334CFF;
}
</style>
border-color css
<style>
span { border-color: #334CFF; }
span { border-color: rgb(51,76,255); }
td.TdClassName
{
border-color: #334CFF;
}
.TagClassName
{
border-color: #334CFF;
}
</style>