Shades of Neon Blue #2444F1
Tints of Neon Blue #2444F1
RGB
CMYK
RGB Variations
Color information
#2444F1 (or 0x2444F1) is known color: Neon Blue. HEX triplet: 24, 44 and F1. RGB value is (36,68,241). Sum of RGB (Red+Green+Blue) = 36+68+241=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 241 (94.53% from 255 or 69.86% from 345); Max value from RGB is 241 - color contains mainly: blue. Hex color #2444F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2444F1 is #DBBB0E. Grayscale: #4D4D4D. Windows color (decimal): -14400271 or 15811620. OLE color: 15811620.
HSL color Cylindrical-coordinate representation of color #2444F1: hue angle of 230.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2444F1 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 36 | 68 | 241 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.05 |
| HSL | 230.63º | 0.88% | 0.54% | - |
| HSV(B) | 230.63º | 0.85% | 0.95% | - |
| XYZ | 18.67 | 10.86 | 84.33 | - |
| YUV | 78.15 | 219.9 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 241 | 0.85 | 0.72 | 0 | 0.05 | 230.63 | 0.88 | 0.54 |
| Hex | 24 | 44 | F1 | 55 | 48 | 0 | 5 | E7 | 58 | 36 |
| Octal | 44 | 104 | 361 | 125 | 110 | 0 | 5 | 347 | 130 | 66 |
| Binary | 100100 | 1000100 | 11110001 | 1010101 | 1001000 | 0 | 101 | 11100111 | 1011000 | 110110 |
Color Harmonies of #2444F1
Complementary color
Monochromatic Colors of #2444F1
Black with #2444F1
Text Example
Text Example
White with #2444F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444F1; }
p { color: rgb(36,68,241); }
H1.HeaderClassName
{
color: #2444F1;
}
.AnyTagClassName
{
color: #2444F1;
}
</style>
background-color css
<style>
a { background-color: #2444F1; }
a { background-color: rgb(36,68,241); }
div.DivClassName
{
background-color: #2444F1;
}
.BgClassName
{
background-color: #2444F1;
}
</style>
border-color css
<style>
span { border-color: #2444F1; }
span { border-color: rgb(36,68,241); }
td.TdClassName
{
border-color: #2444F1;
}
.TagClassName
{
border-color: #2444F1;
}
</style>