Shades of Neon Blue #344EFB
Tints of Neon Blue #344EFB
RGB
CMYK
RGB Variations
Color information
#344EFB (or 0x344EFB) is known color: Neon Blue. HEX triplet: 34, 4E and FB. RGB value is (52,78,251). Sum of RGB (Red+Green+Blue) = 52+78+251=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #344EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EFB is #CBB104. Grayscale: #595959. Windows color (decimal): -13349125 or 16469556. OLE color: 16469556.
HSL color Cylindrical-coordinate representation of color #344EFB: hue angle of 232.16º 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 #344EFB is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 78 | 251 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.02 |
| HSL | 232.16º | 0.96% | 0.59% | - |
| HSV(B) | 232.16º | 0.79% | 0.98% | - |
| XYZ | 21.55 | 13.14 | 92.67 | - |
| YUV | 89.95 | 218.89 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 251 | 0.79 | 0.69 | 0 | 0.02 | 232.16 | 0.96 | 0.59 |
| Hex | 34 | 4E | FB | 4F | 45 | 0 | 2 | E8 | 60 | 3B |
| Octal | 64 | 116 | 373 | 117 | 105 | 0 | 2 | 350 | 140 | 73 |
| Binary | 110100 | 1001110 | 11111011 | 1001111 | 1000101 | 0 | 10 | 11101000 | 1100000 | 111011 |
Color Harmonies of #344EFB
Complementary color
Monochromatic Colors of #344EFB
Black with #344EFB
Text Example
Text Example
White with #344EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EFB; }
p { color: rgb(52,78,251); }
H1.HeaderClassName
{
color: #344EFB;
}
.AnyTagClassName
{
color: #344EFB;
}
</style>
background-color css
<style>
a { background-color: #344EFB; }
a { background-color: rgb(52,78,251); }
div.DivClassName
{
background-color: #344EFB;
}
.BgClassName
{
background-color: #344EFB;
}
</style>
border-color css
<style>
span { border-color: #344EFB; }
span { border-color: rgb(52,78,251); }
td.TdClassName
{
border-color: #344EFB;
}
.TagClassName
{
border-color: #344EFB;
}
</style>