Shades of Neon Blue #334EEE
Tints of Neon Blue #334EEE
RGB
CMYK
RGB Variations
Color information
#334EEE (or 0x334EEE) is known color: Neon Blue. HEX triplet: 33, 4E and EE. RGB value is (51,78,238). Sum of RGB (Red+Green+Blue) = 51+78+238=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #334EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #334EEE is #CCB111. Grayscale: #575757. Windows color (decimal): -13414674 or 15617587. OLE color: 15617587.
HSL color Cylindrical-coordinate representation of color #334EEE: hue angle of 231.34º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #334EEE is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 78 | 238 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.07 |
| HSL | 231.34º | 0.85% | 0.57% | - |
| HSV(B) | 231.34º | 0.79% | 0.93% | - |
| XYZ | 19.52 | 12.33 | 82.24 | - |
| YUV | 88.17 | 212.55 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 78 | 238 | 0.79 | 0.67 | 0 | 0.07 | 231.34 | 0.85 | 0.57 |
| Hex | 33 | 4E | EE | 4F | 43 | 0 | 7 | E7 | 55 | 39 |
| Octal | 63 | 116 | 356 | 117 | 103 | 0 | 7 | 347 | 125 | 71 |
| Binary | 110011 | 1001110 | 11101110 | 1001111 | 1000011 | 0 | 111 | 11100111 | 1010101 | 111001 |
Color Harmonies of #334EEE
Complementary color
Monochromatic Colors of #334EEE
Black with #334EEE
Text Example
Text Example
White with #334EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334EEE; }
p { color: rgb(51,78,238); }
H1.HeaderClassName
{
color: #334EEE;
}
.AnyTagClassName
{
color: #334EEE;
}
</style>
background-color css
<style>
a { background-color: #334EEE; }
a { background-color: rgb(51,78,238); }
div.DivClassName
{
background-color: #334EEE;
}
.BgClassName
{
background-color: #334EEE;
}
</style>
border-color css
<style>
span { border-color: #334EEE; }
span { border-color: rgb(51,78,238); }
td.TdClassName
{
border-color: #334EEE;
}
.TagClassName
{
border-color: #334EEE;
}
</style>