Shades of Neon Blue #334DEC
Tints of Neon Blue #334DEC
RGB
CMYK
RGB Variations
Color information
#334DEC (or 0x334DEC) is known color: Neon Blue. HEX triplet: 33, 4D and EC. RGB value is (51,77,236). Sum of RGB (Red+Green+Blue) = 51+77+236=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #334DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DEC is #CCB213. Grayscale: #565656. Windows color (decimal): -13414932 or 15486259. OLE color: 15486259.
HSL color Cylindrical-coordinate representation of color #334DEC: hue angle of 231.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334DEC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 77 | 236 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.07 |
| HSL | 231.57º | 0.83% | 0.56% | - |
| HSV(B) | 231.57º | 0.78% | 0.93% | - |
| XYZ | 19.16 | 12.07 | 80.68 | - |
| YUV | 87.35 | 211.89 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 236 | 0.78 | 0.67 | 0 | 0.07 | 231.57 | 0.83 | 0.56 |
| Hex | 33 | 4D | EC | 4E | 43 | 0 | 7 | E8 | 53 | 38 |
| Octal | 63 | 115 | 354 | 116 | 103 | 0 | 7 | 350 | 123 | 70 |
| Binary | 110011 | 1001101 | 11101100 | 1001110 | 1000011 | 0 | 111 | 11101000 | 1010011 | 111000 |
Color Harmonies of #334DEC
Complementary color
Monochromatic Colors of #334DEC
Black with #334DEC
Text Example
Text Example
White with #334DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DEC; }
p { color: rgb(51,77,236); }
H1.HeaderClassName
{
color: #334DEC;
}
.AnyTagClassName
{
color: #334DEC;
}
</style>
background-color css
<style>
a { background-color: #334DEC; }
a { background-color: rgb(51,77,236); }
div.DivClassName
{
background-color: #334DEC;
}
.BgClassName
{
background-color: #334DEC;
}
</style>
border-color css
<style>
span { border-color: #334DEC; }
span { border-color: rgb(51,77,236); }
td.TdClassName
{
border-color: #334DEC;
}
.TagClassName
{
border-color: #334DEC;
}
</style>