Shades of Neon Blue #1844FA
Tints of Neon Blue #1844FA
RGB
CMYK
RGB Variations
Color information
#1844FA (or 0x1844FA) is known color: Neon Blue. HEX triplet: 18, 44 and FA. RGB value is (24,68,250). Sum of RGB (Red+Green+Blue) = 24+68+250=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #1844FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844FA is #E7BB05. Grayscale: #4A4A4A. Windows color (decimal): -15186694 or 16401432. OLE color: 16401432.
HSL color Cylindrical-coordinate representation of color #1844FA: hue angle of 228.32º degrees, saturation: 0.96, 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 #1844FA is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 68 | 250 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.02 |
| HSL | 228.32º | 0.96% | 0.54% | - |
| HSV(B) | 228.32º | 0.9% | 0.98% | - |
| XYZ | 19.7 | 11.23 | 91.57 | - |
| YUV | 75.59 | 226.42 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 250 | 0.90 | 0.73 | 0 | 0.02 | 228.32 | 0.96 | 0.54 |
| Hex | 18 | 44 | FA | 5A | 49 | 0 | 2 | E4 | 60 | 36 |
| Octal | 30 | 104 | 372 | 132 | 111 | 0 | 2 | 344 | 140 | 66 |
| Binary | 11000 | 1000100 | 11111010 | 1011010 | 1001001 | 0 | 10 | 11100100 | 1100000 | 110110 |
Color Harmonies of #1844FA
Complementary color
Monochromatic Colors of #1844FA
Black with #1844FA
Text Example
Text Example
White with #1844FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844FA; }
p { color: rgb(24,68,250); }
H1.HeaderClassName
{
color: #1844FA;
}
.AnyTagClassName
{
color: #1844FA;
}
</style>
background-color css
<style>
a { background-color: #1844FA; }
a { background-color: rgb(24,68,250); }
div.DivClassName
{
background-color: #1844FA;
}
.BgClassName
{
background-color: #1844FA;
}
</style>
border-color css
<style>
span { border-color: #1844FA; }
span { border-color: rgb(24,68,250); }
td.TdClassName
{
border-color: #1844FA;
}
.TagClassName
{
border-color: #1844FA;
}
</style>