Shades of Neon Blue #334DF9
Tints of Neon Blue #334DF9
RGB
CMYK
RGB Variations
Color information
#334DF9 (or 0x334DF9) is known color: Neon Blue. HEX triplet: 33, 4D and F9. RGB value is (51,77,249). Sum of RGB (Red+Green+Blue) = 51+77+249=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 77 (30.47% from 255 or 20.42% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #334DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334DF9 is #CCB206. Grayscale: #585858. Windows color (decimal): -13414919 or 16338227. OLE color: 16338227.
HSL color Cylindrical-coordinate representation of color #334DF9: hue angle of 232.12º degrees, saturation: 0.94, 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 #334DF9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 77 | 249 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.02 |
| HSL | 232.12º | 0.94% | 0.59% | - |
| HSV(B) | 232.12º | 0.8% | 0.98% | - |
| XYZ | 21.12 | 12.85 | 90.99 | - |
| YUV | 88.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 249 | 0.80 | 0.69 | 0 | 0.02 | 232.12 | 0.94 | 0.59 |
| Hex | 33 | 4D | F9 | 50 | 45 | 0 | 2 | E8 | 5E | 3B |
| Octal | 63 | 115 | 371 | 120 | 105 | 0 | 2 | 350 | 136 | 73 |
| Binary | 110011 | 1001101 | 11111001 | 1010000 | 1000101 | 0 | 10 | 11101000 | 1011110 | 111011 |
Color Harmonies of #334DF9
Complementary color
Monochromatic Colors of #334DF9
Black with #334DF9
Text Example
Text Example
White with #334DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334DF9; }
p { color: rgb(51,77,249); }
H1.HeaderClassName
{
color: #334DF9;
}
.AnyTagClassName
{
color: #334DF9;
}
</style>
background-color css
<style>
a { background-color: #334DF9; }
a { background-color: rgb(51,77,249); }
div.DivClassName
{
background-color: #334DF9;
}
.BgClassName
{
background-color: #334DF9;
}
</style>
border-color css
<style>
span { border-color: #334DF9; }
span { border-color: rgb(51,77,249); }
td.TdClassName
{
border-color: #334DF9;
}
.TagClassName
{
border-color: #334DF9;
}
</style>