Shades of Neon Blue #344EFD
Tints of Neon Blue #344EFD
RGB
CMYK
RGB Variations
Color information
#344EFD (or 0x344EFD) is known color: Neon Blue. HEX triplet: 34, 4E and FD. RGB value is (52,78,253). Sum of RGB (Red+Green+Blue) = 52+78+253=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #344EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EFD is #CBB102. Grayscale: #595959. Windows color (decimal): -13349123 or 16600628. OLE color: 16600628.
HSL color Cylindrical-coordinate representation of color #344EFD: hue angle of 232.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #344EFD is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 78 | 253 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.01 |
| HSL | 232.24º | 0.98% | 0.6% | - |
| HSV(B) | 232.24º | 0.79% | 0.99% | - |
| XYZ | 21.87 | 13.27 | 94.34 | - |
| YUV | 90.18 | 219.89 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 253 | 0.79 | 0.69 | 0 | 0.01 | 232.24 | 0.98 | 0.6 |
| Hex | 34 | 4E | FD | 4F | 45 | 0 | 1 | E8 | 62 | 3C |
| Octal | 64 | 116 | 375 | 117 | 105 | 0 | 1 | 350 | 142 | 74 |
| Binary | 110100 | 1001110 | 11111101 | 1001111 | 1000101 | 0 | 1 | 11101000 | 1100010 | 111100 |
Color Harmonies of #344EFD
Complementary color
Monochromatic Colors of #344EFD
Black with #344EFD
Text Example
Text Example
White with #344EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EFD; }
p { color: rgb(52,78,253); }
H1.HeaderClassName
{
color: #344EFD;
}
.AnyTagClassName
{
color: #344EFD;
}
</style>
background-color css
<style>
a { background-color: #344EFD; }
a { background-color: rgb(52,78,253); }
div.DivClassName
{
background-color: #344EFD;
}
.BgClassName
{
background-color: #344EFD;
}
</style>
border-color css
<style>
span { border-color: #344EFD; }
span { border-color: rgb(52,78,253); }
td.TdClassName
{
border-color: #344EFD;
}
.TagClassName
{
border-color: #344EFD;
}
</style>