Shades of Neon Blue #1841F9
Tints of Neon Blue #1841F9
RGB
CMYK
RGB Variations
Color information
#1841F9 (or 0x1841F9) is known color: Neon Blue. HEX triplet: 18, 41 and F9. RGB value is (24,65,249). Sum of RGB (Red+Green+Blue) = 24+65+249=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #1841F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1841F9 is #E7BE06. Grayscale: #484848. Windows color (decimal): -15187463 or 16335128. OLE color: 16335128.
HSL color Cylindrical-coordinate representation of color #1841F9: hue angle of 229.07º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1841F9 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 65 | 249 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.02 |
| HSL | 229.07º | 0.95% | 0.54% | - |
| HSV(B) | 229.07º | 0.9% | 0.98% | - |
| XYZ | 19.37 | 10.81 | 90.69 | - |
| YUV | 73.72 | 226.92 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 65 | 249 | 0.90 | 0.74 | 0 | 0.02 | 229.07 | 0.95 | 0.54 |
| Hex | 18 | 41 | F9 | 5A | 4A | 0 | 2 | E5 | 5F | 36 |
| Octal | 30 | 101 | 371 | 132 | 112 | 0 | 2 | 345 | 137 | 66 |
| Binary | 11000 | 1000001 | 11111001 | 1011010 | 1001010 | 0 | 10 | 11100101 | 1011111 | 110110 |
Color Harmonies of #1841F9
Complementary color
Monochromatic Colors of #1841F9
Black with #1841F9
Text Example
Text Example
White with #1841F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1841F9; }
p { color: rgb(24,65,249); }
H1.HeaderClassName
{
color: #1841F9;
}
.AnyTagClassName
{
color: #1841F9;
}
</style>
background-color css
<style>
a { background-color: #1841F9; }
a { background-color: rgb(24,65,249); }
div.DivClassName
{
background-color: #1841F9;
}
.BgClassName
{
background-color: #1841F9;
}
</style>
border-color css
<style>
span { border-color: #1841F9; }
span { border-color: rgb(24,65,249); }
td.TdClassName
{
border-color: #1841F9;
}
.TagClassName
{
border-color: #1841F9;
}
</style>