Shades of Neon Blue #1844FE
Tints of Neon Blue #1844FE
RGB
CMYK
RGB Variations
Color information
#1844FE (or 0x1844FE) is known color: Neon Blue. HEX triplet: 18, 44 and FE. RGB value is (24,68,254). Sum of RGB (Red+Green+Blue) = 24+68+254=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #1844FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844FE is #E7BB01. Grayscale: #4B4B4B. Windows color (decimal): -15186690 or 16663576. OLE color: 16663576.
HSL color Cylindrical-coordinate representation of color #1844FE: hue angle of 228.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1844FE is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 68 | 254 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.00 |
| HSL | 228.52º | 0.99% | 0.55% | - |
| HSV(B) | 228.52º | 0.91% | 1% | - |
| XYZ | 20.33 | 11.48 | 94.91 | - |
| YUV | 76.05 | 228.42 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 68 | 254 | 0.91 | 0.73 | 0 | 0.00 | 228.52 | 0.99 | 0.55 |
| Hex | 18 | 44 | FE | 5B | 49 | 0 | 0 | E5 | 63 | 37 |
| Octal | 30 | 104 | 376 | 133 | 111 | 0 | 0 | 345 | 143 | 67 |
| Binary | 11000 | 1000100 | 11111110 | 1011011 | 1001001 | 0 | 0 | 11100101 | 1100011 | 110111 |
Color Harmonies of #1844FE
Complementary color
Monochromatic Colors of #1844FE
Black with #1844FE
Text Example
Text Example
White with #1844FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1844FE; }
p { color: rgb(24,68,254); }
H1.HeaderClassName
{
color: #1844FE;
}
.AnyTagClassName
{
color: #1844FE;
}
</style>
background-color css
<style>
a { background-color: #1844FE; }
a { background-color: rgb(24,68,254); }
div.DivClassName
{
background-color: #1844FE;
}
.BgClassName
{
background-color: #1844FE;
}
</style>
border-color css
<style>
span { border-color: #1844FE; }
span { border-color: rgb(24,68,254); }
td.TdClassName
{
border-color: #1844FE;
}
.TagClassName
{
border-color: #1844FE;
}
</style>