Shades of Neon Blue #2F49F9
Tints of Neon Blue #2F49F9
RGB
CMYK
RGB Variations
Color information
#2F49F9 (or 0x2F49F9) is known color: Neon Blue. HEX triplet: 2F, 49 and F9. RGB value is (47,73,249). Sum of RGB (Red+Green+Blue) = 47+73+249=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #2F49F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F49F9 is #D0B606. Grayscale: #545454. Windows color (decimal): -13678087 or 16337199. OLE color: 16337199.
HSL color Cylindrical-coordinate representation of color #2F49F9: hue angle of 232.28º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F49F9 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 73 | 249 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.02 |
| HSL | 232.28º | 0.94% | 0.58% | - |
| HSV(B) | 232.28º | 0.81% | 0.98% | - |
| XYZ | 20.65 | 12.21 | 90.89 | - |
| YUV | 85.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 249 | 0.81 | 0.71 | 0 | 0.02 | 232.28 | 0.94 | 0.58 |
| Hex | 2F | 49 | F9 | 51 | 47 | 0 | 2 | E8 | 5E | 3A |
| Octal | 57 | 111 | 371 | 121 | 107 | 0 | 2 | 350 | 136 | 72 |
| Binary | 101111 | 1001001 | 11111001 | 1010001 | 1000111 | 0 | 10 | 11101000 | 1011110 | 111010 |
Color Harmonies of #2F49F9
Complementary color
Monochromatic Colors of #2F49F9
Black with #2F49F9
Text Example
Text Example
White with #2F49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F49F9; }
p { color: rgb(47,73,249); }
H1.HeaderClassName
{
color: #2F49F9;
}
.AnyTagClassName
{
color: #2F49F9;
}
</style>
background-color css
<style>
a { background-color: #2F49F9; }
a { background-color: rgb(47,73,249); }
div.DivClassName
{
background-color: #2F49F9;
}
.BgClassName
{
background-color: #2F49F9;
}
</style>
border-color css
<style>
span { border-color: #2F49F9; }
span { border-color: rgb(47,73,249); }
td.TdClassName
{
border-color: #2F49F9;
}
.TagClassName
{
border-color: #2F49F9;
}
</style>