Shades of Neon Blue #344DFB
Tints of Neon Blue #344DFB
RGB
CMYK
RGB Variations
Color information
#344DFB (or 0x344DFB) is known color: Neon Blue. HEX triplet: 34, 4D and FB. RGB value is (52,77,251). Sum of RGB (Red+Green+Blue) = 52+77+251=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #344DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344DFB is #CBB204. Grayscale: #585858. Windows color (decimal): -13349381 or 16469300. OLE color: 16469300.
HSL color Cylindrical-coordinate representation of color #344DFB: hue angle of 232.46º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #344DFB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 77 | 251 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.02 |
| HSL | 232.46º | 0.96% | 0.59% | - |
| HSV(B) | 232.46º | 0.79% | 0.98% | - |
| XYZ | 21.48 | 13 | 92.64 | - |
| YUV | 89.36 | 219.22 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 251 | 0.79 | 0.69 | 0 | 0.02 | 232.46 | 0.96 | 0.59 |
| Hex | 34 | 4D | FB | 4F | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 64 | 115 | 373 | 117 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110100 | 1001101 | 11111011 | 1001111 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #344DFB
Complementary color
Monochromatic Colors of #344DFB
Black with #344DFB
Text Example
Text Example
White with #344DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DFB; }
p { color: rgb(52,77,251); }
H1.HeaderClassName
{
color: #344DFB;
}
.AnyTagClassName
{
color: #344DFB;
}
</style>
background-color css
<style>
a { background-color: #344DFB; }
a { background-color: rgb(52,77,251); }
div.DivClassName
{
background-color: #344DFB;
}
.BgClassName
{
background-color: #344DFB;
}
</style>
border-color css
<style>
span { border-color: #344DFB; }
span { border-color: rgb(52,77,251); }
td.TdClassName
{
border-color: #344DFB;
}
.TagClassName
{
border-color: #344DFB;
}
</style>