Shades of Neon Blue #1548FF
Tints of Neon Blue #1548FF
RGB
CMYK
RGB Variations
Color information
#1548FF (or 0x1548FF) is known color: Neon Blue. HEX triplet: 15, 48 and FF. RGB value is (21,72,255). Sum of RGB (Red+Green+Blue) = 21+72+255=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #1548FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1548FF is #EAB700. Grayscale: #4C4C4C. Windows color (decimal): -15382273 or 16730133. OLE color: 16730133.
HSL color Cylindrical-coordinate representation of color #1548FF: hue angle of 226.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1548FF is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 72 | 255 | - |
| CMYK | 0.92 | 0.72 | 0 | 0 |
| HSL | 226.92º | 1% | 0.54% | - |
| HSV(B) | 226.92º | 0.92% | 1% | - |
| XYZ | 20.68 | 12.01 | 95.84 | - |
| YUV | 77.61 | 228.1 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 255 | 0.92 | 0.72 | 0 | 0 | 226.92 | 1 | 0.54 |
| Hex | 15 | 48 | FF | 5C | 48 | 0 | 0 | E3 | 64 | 36 |
| Octal | 25 | 110 | 377 | 134 | 110 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10101 | 1001000 | 11111111 | 1011100 | 1001000 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1548FF
Complementary color
Monochromatic Colors of #1548FF
Black with #1548FF
Text Example
Text Example
White with #1548FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1548FF; }
p { color: rgb(21,72,255); }
H1.HeaderClassName
{
color: #1548FF;
}
.AnyTagClassName
{
color: #1548FF;
}
</style>
background-color css
<style>
a { background-color: #1548FF; }
a { background-color: rgb(21,72,255); }
div.DivClassName
{
background-color: #1548FF;
}
.BgClassName
{
background-color: #1548FF;
}
</style>
border-color css
<style>
span { border-color: #1548FF; }
span { border-color: rgb(21,72,255); }
td.TdClassName
{
border-color: #1548FF;
}
.TagClassName
{
border-color: #1548FF;
}
</style>