Shades of Neon Blue #2444F7
Tints of Neon Blue #2444F7
RGB
CMYK
RGB Variations
Color information
#2444F7 (or 0x2444F7) is known color: Neon Blue. HEX triplet: 24, 44 and F7. RGB value is (36,68,247). Sum of RGB (Red+Green+Blue) = 36+68+247=351 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.26% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 247 (96.88% from 255 or 70.37% from 351); Max value from RGB is 247 - color contains mainly: blue. Hex color #2444F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2444F7 is #DBBB08. Grayscale: #4E4E4E. Windows color (decimal): -14400265 or 16204836. OLE color: 16204836.
HSL color Cylindrical-coordinate representation of color #2444F7: hue angle of 230.9º 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 #2444F7 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 68 | 247 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.03 |
| HSL | 230.9º | 0.93% | 0.55% | - |
| HSV(B) | 230.9º | 0.85% | 0.97% | - |
| XYZ | 19.58 | 11.22 | 89.13 | - |
| YUV | 78.84 | 222.9 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 247 | 0.85 | 0.72 | 0 | 0.03 | 230.9 | 0.93 | 0.55 |
| Hex | 24 | 44 | F7 | 55 | 48 | 0 | 3 | E7 | 5D | 37 |
| Octal | 44 | 104 | 367 | 125 | 110 | 0 | 3 | 347 | 135 | 67 |
| Binary | 100100 | 1000100 | 11110111 | 1010101 | 1001000 | 0 | 11 | 11100111 | 1011101 | 110111 |
Color Harmonies of #2444F7
Complementary color
Monochromatic Colors of #2444F7
Black with #2444F7
Text Example
Text Example
White with #2444F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444F7; }
p { color: rgb(36,68,247); }
H1.HeaderClassName
{
color: #2444F7;
}
.AnyTagClassName
{
color: #2444F7;
}
</style>
background-color css
<style>
a { background-color: #2444F7; }
a { background-color: rgb(36,68,247); }
div.DivClassName
{
background-color: #2444F7;
}
.BgClassName
{
background-color: #2444F7;
}
</style>
border-color css
<style>
span { border-color: #2444F7; }
span { border-color: rgb(36,68,247); }
td.TdClassName
{
border-color: #2444F7;
}
.TagClassName
{
border-color: #2444F7;
}
</style>