Shades of Neon Blue #1848FF
Tints of Neon Blue #1848FF
RGB
CMYK
RGB Variations
Color information
#1848FF (or 0x1848FF) is known color: Neon Blue. HEX triplet: 18, 48 and FF. RGB value is (24,72,255). Sum of RGB (Red+Green+Blue) = 24+72+255=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #1848FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1848FF is #E7B700. Grayscale: #4D4D4D. Windows color (decimal): -15185665 or 16730136. OLE color: 16730136.
HSL color Cylindrical-coordinate representation of color #1848FF: hue angle of 227.53º 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 #1848FF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 72 | 255 | - |
| CMYK | 0.91 | 0.72 | 0 | 0 |
| HSL | 227.53º | 1% | 0.55% | - |
| HSV(B) | 227.53º | 0.91% | 1% | - |
| XYZ | 20.74 | 12.05 | 95.84 | - |
| YUV | 78.51 | 227.6 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 72 | 255 | 0.91 | 0.72 | 0 | 0 | 227.53 | 1 | 0.55 |
| Hex | 18 | 48 | FF | 5B | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 30 | 110 | 377 | 133 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11000 | 1001000 | 11111111 | 1011011 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1848FF
Complementary color
Monochromatic Colors of #1848FF
Black with #1848FF
Text Example
Text Example
White with #1848FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1848FF; }
p { color: rgb(24,72,255); }
H1.HeaderClassName
{
color: #1848FF;
}
.AnyTagClassName
{
color: #1848FF;
}
</style>
background-color css
<style>
a { background-color: #1848FF; }
a { background-color: rgb(24,72,255); }
div.DivClassName
{
background-color: #1848FF;
}
.BgClassName
{
background-color: #1848FF;
}
</style>
border-color css
<style>
span { border-color: #1848FF; }
span { border-color: rgb(24,72,255); }
td.TdClassName
{
border-color: #1848FF;
}
.TagClassName
{
border-color: #1848FF;
}
</style>