Shades of Neon Blue #344BEC
Tints of Neon Blue #344BEC
RGB
CMYK
RGB Variations
Color information
#344BEC (or 0x344BEC) is known color: Neon Blue. HEX triplet: 34, 4B and EC. RGB value is (52,75,236). Sum of RGB (Red+Green+Blue) = 52+75+236=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #344BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344BEC is #CBB413. Grayscale: #555555. Windows color (decimal): -13349908 or 15485748. OLE color: 15485748.
HSL color Cylindrical-coordinate representation of color #344BEC: hue angle of 232.5º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344BEC is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 75 | 236 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.07 |
| HSL | 232.5º | 0.83% | 0.56% | - |
| HSV(B) | 232.5º | 0.78% | 0.93% | - |
| XYZ | 19.07 | 11.82 | 80.63 | - |
| YUV | 86.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 236 | 0.78 | 0.68 | 0 | 0.07 | 232.5 | 0.83 | 0.56 |
| Hex | 34 | 4B | EC | 4E | 44 | 0 | 7 | E8 | 53 | 38 |
| Octal | 64 | 113 | 354 | 116 | 104 | 0 | 7 | 350 | 123 | 70 |
| Binary | 110100 | 1001011 | 11101100 | 1001110 | 1000100 | 0 | 111 | 11101000 | 1010011 | 111000 |
Color Harmonies of #344BEC
Complementary color
Monochromatic Colors of #344BEC
Black with #344BEC
Text Example
Text Example
White with #344BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BEC; }
p { color: rgb(52,75,236); }
H1.HeaderClassName
{
color: #344BEC;
}
.AnyTagClassName
{
color: #344BEC;
}
</style>
background-color css
<style>
a { background-color: #344BEC; }
a { background-color: rgb(52,75,236); }
div.DivClassName
{
background-color: #344BEC;
}
.BgClassName
{
background-color: #344BEC;
}
</style>
border-color css
<style>
span { border-color: #344BEC; }
span { border-color: rgb(52,75,236); }
td.TdClassName
{
border-color: #344BEC;
}
.TagClassName
{
border-color: #344BEC;
}
</style>