Shades of Neon Blue #334EF6
Tints of Neon Blue #334EF6
RGB
CMYK
RGB Variations
Color information
#334EF6 (or 0x334EF6) is known color: Neon Blue. HEX triplet: 33, 4E and F6. RGB value is (51,78,246). Sum of RGB (Red+Green+Blue) = 51+78+246=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #334EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EF6 is #CCB109. Grayscale: #585858. Windows color (decimal): -13414666 or 16141875. OLE color: 16141875.
HSL color Cylindrical-coordinate representation of color #334EF6: hue angle of 231.69º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334EF6 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 78 | 246 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.04 |
| HSL | 231.69º | 0.92% | 0.58% | - |
| HSV(B) | 231.69º | 0.79% | 0.96% | - |
| XYZ | 20.72 | 12.81 | 88.57 | - |
| YUV | 89.08 | 216.55 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 246 | 0.79 | 0.68 | 0 | 0.04 | 231.69 | 0.92 | 0.58 |
| Hex | 33 | 4E | F6 | 4F | 44 | 0 | 4 | E8 | 5C | 3A |
| Octal | 63 | 116 | 366 | 117 | 104 | 0 | 4 | 350 | 134 | 72 |
| Binary | 110011 | 1001110 | 11110110 | 1001111 | 1000100 | 0 | 100 | 11101000 | 1011100 | 111010 |
Color Harmonies of #334EF6
Complementary color
Monochromatic Colors of #334EF6
Black with #334EF6
Text Example
Text Example
White with #334EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EF6; }
p { color: rgb(51,78,246); }
H1.HeaderClassName
{
color: #334EF6;
}
.AnyTagClassName
{
color: #334EF6;
}
</style>
background-color css
<style>
a { background-color: #334EF6; }
a { background-color: rgb(51,78,246); }
div.DivClassName
{
background-color: #334EF6;
}
.BgClassName
{
background-color: #334EF6;
}
</style>
border-color css
<style>
span { border-color: #334EF6; }
span { border-color: rgb(51,78,246); }
td.TdClassName
{
border-color: #334EF6;
}
.TagClassName
{
border-color: #334EF6;
}
</style>