Shades of Neon Blue #2444F4
Tints of Neon Blue #2444F4
RGB
CMYK
RGB Variations
Color information
#2444F4 (or 0x2444F4) is known color: Neon Blue. HEX triplet: 24, 44 and F4. RGB value is (36,68,244). Sum of RGB (Red+Green+Blue) = 36+68+244=348 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.34% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 244 (95.70% from 255 or 70.11% from 348); Max value from RGB is 244 - color contains mainly: blue. Hex color #2444F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2444F4 is #DBBB0B. Grayscale: #4D4D4D. Windows color (decimal): -14400268 or 16008228. OLE color: 16008228.
HSL color Cylindrical-coordinate representation of color #2444F4: hue angle of 230.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2444F4 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 36 | 68 | 244 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.04 |
| HSL | 230.77º | 0.9% | 0.55% | - |
| HSV(B) | 230.77º | 0.85% | 0.96% | - |
| XYZ | 19.12 | 11.04 | 86.71 | - |
| YUV | 78.5 | 221.4 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 244 | 0.85 | 0.72 | 0 | 0.04 | 230.77 | 0.9 | 0.55 |
| Hex | 24 | 44 | F4 | 55 | 48 | 0 | 4 | E7 | 5A | 37 |
| Octal | 44 | 104 | 364 | 125 | 110 | 0 | 4 | 347 | 132 | 67 |
| Binary | 100100 | 1000100 | 11110100 | 1010101 | 1001000 | 0 | 100 | 11100111 | 1011010 | 110111 |
Color Harmonies of #2444F4
Complementary color
Monochromatic Colors of #2444F4
Black with #2444F4
Text Example
Text Example
White with #2444F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444F4; }
p { color: rgb(36,68,244); }
H1.HeaderClassName
{
color: #2444F4;
}
.AnyTagClassName
{
color: #2444F4;
}
</style>
background-color css
<style>
a { background-color: #2444F4; }
a { background-color: rgb(36,68,244); }
div.DivClassName
{
background-color: #2444F4;
}
.BgClassName
{
background-color: #2444F4;
}
</style>
border-color css
<style>
span { border-color: #2444F4; }
span { border-color: rgb(36,68,244); }
td.TdClassName
{
border-color: #2444F4;
}
.TagClassName
{
border-color: #2444F4;
}
</style>