Shades of Neon Blue #3449F4
Tints of Neon Blue #3449F4
RGB
CMYK
RGB Variations
Color information
#3449F4 (or 0x3449F4) is known color: Neon Blue. HEX triplet: 34, 49 and F4. RGB value is (52,73,244). Sum of RGB (Red+Green+Blue) = 52+73+244=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 244 (95.70% from 255 or 66.12% from 369); Max value from RGB is 244 - color contains mainly: blue. Hex color #3449F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449F4 is #CBB60B. Grayscale: #555555. Windows color (decimal): -13350412 or 16009524. OLE color: 16009524.
HSL color Cylindrical-coordinate representation of color #3449F4: hue angle of 233.44º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3449F4 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 73 | 244 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.04 |
| HSL | 233.44º | 0.9% | 0.58% | - |
| HSV(B) | 233.44º | 0.79% | 0.96% | - |
| XYZ | 20.13 | 12.03 | 86.85 | - |
| YUV | 86.22 | 217.04 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 244 | 0.79 | 0.70 | 0 | 0.04 | 233.44 | 0.9 | 0.58 |
| Hex | 34 | 49 | F4 | 4F | 46 | 0 | 4 | E9 | 5A | 3A |
| Octal | 64 | 111 | 364 | 117 | 106 | 0 | 4 | 351 | 132 | 72 |
| Binary | 110100 | 1001001 | 11110100 | 1001111 | 1000110 | 0 | 100 | 11101001 | 1011010 | 111010 |
Color Harmonies of #3449F4
Complementary color
Monochromatic Colors of #3449F4
Black with #3449F4
Text Example
Text Example
White with #3449F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3449F4; }
p { color: rgb(52,73,244); }
H1.HeaderClassName
{
color: #3449F4;
}
.AnyTagClassName
{
color: #3449F4;
}
</style>
background-color css
<style>
a { background-color: #3449F4; }
a { background-color: rgb(52,73,244); }
div.DivClassName
{
background-color: #3449F4;
}
.BgClassName
{
background-color: #3449F4;
}
</style>
border-color css
<style>
span { border-color: #3449F4; }
span { border-color: rgb(52,73,244); }
td.TdClassName
{
border-color: #3449F4;
}
.TagClassName
{
border-color: #3449F4;
}
</style>