Shades of Neon Blue #334EFF
Tints of Neon Blue #334EFF
RGB
CMYK
RGB Variations
Color information
#334EFF (or 0x334EFF) is known color: Neon Blue. HEX triplet: 33, 4E and FF. RGB value is (51,78,255). Sum of RGB (Red+Green+Blue) = 51+78+255=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #334EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EFF is #CCB100. Grayscale: #595959. Windows color (decimal): -13414657 or 16731699. OLE color: 16731699.
HSL color Cylindrical-coordinate representation of color #334EFF: hue angle of 232.06º 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 #334EFF is Cyan = 0.8, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 78 | 255 | - |
| CMYK | 0.8 | 0.69 | 0 | 0 |
| HSL | 232.06º | 1% | 0.6% | - |
| HSV(B) | 232.06º | 0.8% | 1% | - |
| XYZ | 22.14 | 13.37 | 96.02 | - |
| YUV | 90.11 | 221.05 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 255 | 0.8 | 0.69 | 0 | 0 | 232.06 | 1 | 0.6 |
| Hex | 33 | 4E | FF | 50 | 45 | 0 | 0 | E8 | 64 | 3C |
| Octal | 63 | 116 | 377 | 120 | 105 | 0 | 0 | 350 | 144 | 74 |
| Binary | 110011 | 1001110 | 11111111 | 1010000 | 1000101 | 0 | 0 | 11101000 | 1100100 | 111100 |
Color Harmonies of #334EFF
Complementary color
Monochromatic Colors of #334EFF
Black with #334EFF
Text Example
Text Example
White with #334EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EFF; }
p { color: rgb(51,78,255); }
H1.HeaderClassName
{
color: #334EFF;
}
.AnyTagClassName
{
color: #334EFF;
}
</style>
background-color css
<style>
a { background-color: #334EFF; }
a { background-color: rgb(51,78,255); }
div.DivClassName
{
background-color: #334EFF;
}
.BgClassName
{
background-color: #334EFF;
}
</style>
border-color css
<style>
span { border-color: #334EFF; }
span { border-color: rgb(51,78,255); }
td.TdClassName
{
border-color: #334EFF;
}
.TagClassName
{
border-color: #334EFF;
}
</style>