Shades of Neon Blue #1847FF
Tints of Neon Blue #1847FF
RGB
CMYK
RGB Variations
Color information
#1847FF (or 0x1847FF) is known color: Neon Blue. HEX triplet: 18, 47 and FF. RGB value is (24,71,255). Sum of RGB (Red+Green+Blue) = 24+71+255=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #1847FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1847FF is #E7B800. Grayscale: #4D4D4D. Windows color (decimal): -15185921 or 16729880. OLE color: 16729880.
HSL color Cylindrical-coordinate representation of color #1847FF: hue angle of 227.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1847FF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 71 | 255 | - |
| CMYK | 0.91 | 0.72 | 0 | 0 |
| HSL | 227.79º | 1% | 0.55% | - |
| HSV(B) | 227.79º | 0.91% | 1% | - |
| XYZ | 20.68 | 11.92 | 95.82 | - |
| YUV | 77.92 | 227.93 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 255 | 0.91 | 0.72 | 0 | 0 | 227.79 | 1 | 0.55 |
| Hex | 18 | 47 | FF | 5B | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 30 | 107 | 377 | 133 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11000 | 1000111 | 11111111 | 1011011 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1847FF
Complementary color
Monochromatic Colors of #1847FF
Black with #1847FF
Text Example
Text Example
White with #1847FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1847FF; }
p { color: rgb(24,71,255); }
H1.HeaderClassName
{
color: #1847FF;
}
.AnyTagClassName
{
color: #1847FF;
}
</style>
background-color css
<style>
a { background-color: #1847FF; }
a { background-color: rgb(24,71,255); }
div.DivClassName
{
background-color: #1847FF;
}
.BgClassName
{
background-color: #1847FF;
}
</style>
border-color css
<style>
span { border-color: #1847FF; }
span { border-color: rgb(24,71,255); }
td.TdClassName
{
border-color: #1847FF;
}
.TagClassName
{
border-color: #1847FF;
}
</style>