Shades of Neon Blue #344EEF
Tints of Neon Blue #344EEF
RGB
CMYK
RGB Variations
Color information
#344EEF (or 0x344EEF) is known color: Neon Blue. HEX triplet: 34, 4E and EF. RGB value is (52,78,239). Sum of RGB (Red+Green+Blue) = 52+78+239=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #344EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EEF is #CBB110. Grayscale: #575757. Windows color (decimal): -13349137 or 15683124. OLE color: 15683124.
HSL color Cylindrical-coordinate representation of color #344EEF: hue angle of 231.66º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344EEF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 78 | 239 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.06 |
| HSL | 231.66º | 0.85% | 0.57% | - |
| HSV(B) | 231.66º | 0.78% | 0.94% | - |
| XYZ | 19.72 | 12.41 | 83.02 | - |
| YUV | 88.58 | 212.89 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 239 | 0.78 | 0.67 | 0 | 0.06 | 231.66 | 0.85 | 0.57 |
| Hex | 34 | 4E | EF | 4E | 43 | 0 | 6 | E8 | 55 | 39 |
| Octal | 64 | 116 | 357 | 116 | 103 | 0 | 6 | 350 | 125 | 71 |
| Binary | 110100 | 1001110 | 11101111 | 1001110 | 1000011 | 0 | 110 | 11101000 | 1010101 | 111001 |
Color Harmonies of #344EEF
Complementary color
Monochromatic Colors of #344EEF
Black with #344EEF
Text Example
Text Example
White with #344EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EEF; }
p { color: rgb(52,78,239); }
H1.HeaderClassName
{
color: #344EEF;
}
.AnyTagClassName
{
color: #344EEF;
}
</style>
background-color css
<style>
a { background-color: #344EEF; }
a { background-color: rgb(52,78,239); }
div.DivClassName
{
background-color: #344EEF;
}
.BgClassName
{
background-color: #344EEF;
}
</style>
border-color css
<style>
span { border-color: #344EEF; }
span { border-color: rgb(52,78,239); }
td.TdClassName
{
border-color: #344EEF;
}
.TagClassName
{
border-color: #344EEF;
}
</style>