Shades of Neon Blue #344CFD
Tints of Neon Blue #344CFD
RGB
CMYK
RGB Variations
Color information
#344CFD (or 0x344CFD) is known color: Neon Blue. HEX triplet: 34, 4C and FD. RGB value is (52,76,253). Sum of RGB (Red+Green+Blue) = 52+76+253=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #344CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344CFD is #CBB302. Grayscale: #585858. Windows color (decimal): -13349635 or 16600116. OLE color: 16600116.
HSL color Cylindrical-coordinate representation of color #344CFD: hue angle of 232.84º 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 #344CFD is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 76 | 253 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.01 |
| HSL | 232.84º | 0.98% | 0.6% | - |
| HSV(B) | 232.84º | 0.79% | 0.99% | - |
| XYZ | 21.73 | 12.99 | 94.29 | - |
| YUV | 89 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 253 | 0.79 | 0.70 | 0 | 0.01 | 232.84 | 0.98 | 0.6 |
| Hex | 34 | 4C | FD | 4F | 46 | 0 | 1 | E9 | 62 | 3C |
| Octal | 64 | 114 | 375 | 117 | 106 | 0 | 1 | 351 | 142 | 74 |
| Binary | 110100 | 1001100 | 11111101 | 1001111 | 1000110 | 0 | 1 | 11101001 | 1100010 | 111100 |
Color Harmonies of #344CFD
Complementary color
Monochromatic Colors of #344CFD
Black with #344CFD
Text Example
Text Example
White with #344CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CFD; }
p { color: rgb(52,76,253); }
H1.HeaderClassName
{
color: #344CFD;
}
.AnyTagClassName
{
color: #344CFD;
}
</style>
background-color css
<style>
a { background-color: #344CFD; }
a { background-color: rgb(52,76,253); }
div.DivClassName
{
background-color: #344CFD;
}
.BgClassName
{
background-color: #344CFD;
}
</style>
border-color css
<style>
span { border-color: #344CFD; }
span { border-color: rgb(52,76,253); }
td.TdClassName
{
border-color: #344CFD;
}
.TagClassName
{
border-color: #344CFD;
}
</style>