Shades of Neon Blue #2449F7
Tints of Neon Blue #2449F7
RGB
CMYK
RGB Variations
Color information
#2449F7 (or 0x2449F7) is known color: Neon Blue. HEX triplet: 24, 49 and F7. RGB value is (36,73,247). Sum of RGB (Red+Green+Blue) = 36+73+247=356 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.11% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #2449F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2449F7 is #DBB608. Grayscale: #515151. Windows color (decimal): -14398985 or 16206116. OLE color: 16206116.
HSL color Cylindrical-coordinate representation of color #2449F7: hue angle of 229.48º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2449F7 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 73 | 247 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.03 |
| HSL | 229.48º | 0.93% | 0.55% | - |
| HSV(B) | 229.48º | 0.85% | 0.97% | - |
| XYZ | 19.9 | 11.86 | 89.24 | - |
| YUV | 81.77 | 221.24 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 247 | 0.85 | 0.70 | 0 | 0.03 | 229.48 | 0.93 | 0.55 |
| Hex | 24 | 49 | F7 | 55 | 46 | 0 | 3 | E5 | 5D | 37 |
| Octal | 44 | 111 | 367 | 125 | 106 | 0 | 3 | 345 | 135 | 67 |
| Binary | 100100 | 1001001 | 11110111 | 1010101 | 1000110 | 0 | 11 | 11100101 | 1011101 | 110111 |
Color Harmonies of #2449F7
Complementary color
Monochromatic Colors of #2449F7
Black with #2449F7
Text Example
Text Example
White with #2449F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449F7; }
p { color: rgb(36,73,247); }
H1.HeaderClassName
{
color: #2449F7;
}
.AnyTagClassName
{
color: #2449F7;
}
</style>
background-color css
<style>
a { background-color: #2449F7; }
a { background-color: rgb(36,73,247); }
div.DivClassName
{
background-color: #2449F7;
}
.BgClassName
{
background-color: #2449F7;
}
</style>
border-color css
<style>
span { border-color: #2449F7; }
span { border-color: rgb(36,73,247); }
td.TdClassName
{
border-color: #2449F7;
}
.TagClassName
{
border-color: #2449F7;
}
</style>