Shades of Neon Blue #344BF9
Tints of Neon Blue #344BF9
RGB
CMYK
RGB Variations
Color information
#344BF9 (or 0x344BF9) is known color: Neon Blue. HEX triplet: 34, 4B and F9. RGB value is (52,75,249). Sum of RGB (Red+Green+Blue) = 52+75+249=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 249 (97.66% from 255 or 66.22% from 376); Max value from RGB is 249 - color contains mainly: blue. Hex color #344BF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #344BF9 is #CBB406. Grayscale: #575757. Windows color (decimal): -13349895 or 16337716. OLE color: 16337716.
HSL color Cylindrical-coordinate representation of color #344BF9: hue angle of 232.99º degrees, saturation: 0.94, 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 #344BF9 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 75 | 249 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.02 |
| HSL | 232.99º | 0.94% | 0.59% | - |
| HSV(B) | 232.99º | 0.79% | 0.98% | - |
| XYZ | 21.03 | 12.6 | 90.95 | - |
| YUV | 87.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 249 | 0.79 | 0.70 | 0 | 0.02 | 232.99 | 0.94 | 0.59 |
| Hex | 34 | 4B | F9 | 4F | 46 | 0 | 2 | E9 | 5E | 3B |
| Octal | 64 | 113 | 371 | 117 | 106 | 0 | 2 | 351 | 136 | 73 |
| Binary | 110100 | 1001011 | 11111001 | 1001111 | 1000110 | 0 | 10 | 11101001 | 1011110 | 111011 |
Color Harmonies of #344BF9
Complementary color
Monochromatic Colors of #344BF9
Black with #344BF9
Text Example
Text Example
White with #344BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344BF9; }
p { color: rgb(52,75,249); }
H1.HeaderClassName
{
color: #344BF9;
}
.AnyTagClassName
{
color: #344BF9;
}
</style>
background-color css
<style>
a { background-color: #344BF9; }
a { background-color: rgb(52,75,249); }
div.DivClassName
{
background-color: #344BF9;
}
.BgClassName
{
background-color: #344BF9;
}
</style>
border-color css
<style>
span { border-color: #344BF9; }
span { border-color: rgb(52,75,249); }
td.TdClassName
{
border-color: #344BF9;
}
.TagClassName
{
border-color: #344BF9;
}
</style>