Shades of Neon Blue #2441F9
Tints of Neon Blue #2441F9
RGB
CMYK
RGB Variations
Color information
#2441F9 (or 0x2441F9) is known color: Neon Blue. HEX triplet: 24, 41 and F9. RGB value is (36,65,249). Sum of RGB (Red+Green+Blue) = 36+65+249=350 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #2441F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2441F9 is #DBBE06. Grayscale: #4C4C4C. Windows color (decimal): -14401031 or 16335140. OLE color: 16335140.
HSL color Cylindrical-coordinate representation of color #2441F9: hue angle of 231.83º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2441F9 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 36 | 65 | 249 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.02 |
| HSL | 231.83º | 0.95% | 0.56% | - |
| HSV(B) | 231.83º | 0.86% | 0.98% | - |
| XYZ | 19.72 | 11 | 90.71 | - |
| YUV | 77.31 | 224.89 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 249 | 0.86 | 0.74 | 0 | 0.02 | 231.83 | 0.95 | 0.56 |
| Hex | 24 | 41 | F9 | 56 | 4A | 0 | 2 | E8 | 5F | 38 |
| Octal | 44 | 101 | 371 | 126 | 112 | 0 | 2 | 350 | 137 | 70 |
| Binary | 100100 | 1000001 | 11111001 | 1010110 | 1001010 | 0 | 10 | 11101000 | 1011111 | 111000 |
Color Harmonies of #2441F9
Complementary color
Monochromatic Colors of #2441F9
Black with #2441F9
Text Example
Text Example
White with #2441F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2441F9; }
p { color: rgb(36,65,249); }
H1.HeaderClassName
{
color: #2441F9;
}
.AnyTagClassName
{
color: #2441F9;
}
</style>
background-color css
<style>
a { background-color: #2441F9; }
a { background-color: rgb(36,65,249); }
div.DivClassName
{
background-color: #2441F9;
}
.BgClassName
{
background-color: #2441F9;
}
</style>
border-color css
<style>
span { border-color: #2441F9; }
span { border-color: rgb(36,65,249); }
td.TdClassName
{
border-color: #2441F9;
}
.TagClassName
{
border-color: #2441F9;
}
</style>