Shades of Neon Blue #1546FA
Tints of Neon Blue #1546FA
RGB
CMYK
RGB Variations
Color information
#1546FA (or 0x1546FA) is known color: Neon Blue. HEX triplet: 15, 46 and FA. RGB value is (21,70,250). Sum of RGB (Red+Green+Blue) = 21+70+250=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #1546FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1546FA is #EAB905. Grayscale: #4B4B4B. Windows color (decimal): -15382790 or 16401941. OLE color: 16401941.
HSL color Cylindrical-coordinate representation of color #1546FA: hue angle of 227.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1546FA is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 70 | 250 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.02 |
| HSL | 227.16º | 0.96% | 0.53% | - |
| HSV(B) | 227.16º | 0.92% | 0.98% | - |
| XYZ | 19.75 | 11.44 | 91.61 | - |
| YUV | 75.87 | 226.27 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 70 | 250 | 0.92 | 0.72 | 0 | 0.02 | 227.16 | 0.96 | 0.53 |
| Hex | 15 | 46 | FA | 5C | 48 | 0 | 2 | E3 | 60 | 35 |
| Octal | 25 | 106 | 372 | 134 | 110 | 0 | 2 | 343 | 140 | 65 |
| Binary | 10101 | 1000110 | 11111010 | 1011100 | 1001000 | 0 | 10 | 11100011 | 1100000 | 110101 |
Color Harmonies of #1546FA
Complementary color
Monochromatic Colors of #1546FA
Black with #1546FA
Text Example
Text Example
White with #1546FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1546FA; }
p { color: rgb(21,70,250); }
H1.HeaderClassName
{
color: #1546FA;
}
.AnyTagClassName
{
color: #1546FA;
}
</style>
background-color css
<style>
a { background-color: #1546FA; }
a { background-color: rgb(21,70,250); }
div.DivClassName
{
background-color: #1546FA;
}
.BgClassName
{
background-color: #1546FA;
}
</style>
border-color css
<style>
span { border-color: #1546FA; }
span { border-color: rgb(21,70,250); }
td.TdClassName
{
border-color: #1546FA;
}
.TagClassName
{
border-color: #1546FA;
}
</style>