Shades of Neon Blue #344CED
Tints of Neon Blue #344CED
RGB
CMYK
RGB Variations
Color information
#344CED (or 0x344CED) is known color: Neon Blue. HEX triplet: 34, 4C and ED. RGB value is (52,76,237). Sum of RGB (Red+Green+Blue) = 52+76+237=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #344CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CED is #CBB312. Grayscale: #565656. Windows color (decimal): -13349651 or 15551540. OLE color: 15551540.
HSL color Cylindrical-coordinate representation of color #344CED: hue angle of 232.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344CED is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 76 | 237 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.07 |
| HSL | 232.22º | 0.84% | 0.57% | - |
| HSV(B) | 232.22º | 0.78% | 0.93% | - |
| XYZ | 19.29 | 12.01 | 81.42 | - |
| YUV | 87.18 | 212.55 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 237 | 0.78 | 0.68 | 0 | 0.07 | 232.22 | 0.84 | 0.57 |
| Hex | 34 | 4C | ED | 4E | 44 | 0 | 7 | E8 | 54 | 39 |
| Octal | 64 | 114 | 355 | 116 | 104 | 0 | 7 | 350 | 124 | 71 |
| Binary | 110100 | 1001100 | 11101101 | 1001110 | 1000100 | 0 | 111 | 11101000 | 1010100 | 111001 |
Color Harmonies of #344CED
Complementary color
Monochromatic Colors of #344CED
Black with #344CED
Text Example
Text Example
White with #344CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CED; }
p { color: rgb(52,76,237); }
H1.HeaderClassName
{
color: #344CED;
}
.AnyTagClassName
{
color: #344CED;
}
</style>
background-color css
<style>
a { background-color: #344CED; }
a { background-color: rgb(52,76,237); }
div.DivClassName
{
background-color: #344CED;
}
.BgClassName
{
background-color: #344CED;
}
</style>
border-color css
<style>
span { border-color: #344CED; }
span { border-color: rgb(52,76,237); }
td.TdClassName
{
border-color: #344CED;
}
.TagClassName
{
border-color: #344CED;
}
</style>