Shades of Neon Blue #1541FD
Tints of Neon Blue #1541FD
RGB
CMYK
RGB Variations
Color information
#1541FD (or 0x1541FD) is known color: Neon Blue. HEX triplet: 15, 41 and FD. RGB value is (21,65,253). Sum of RGB (Red+Green+Blue) = 21+65+253=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #1541FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1541FD is #EABE02. Grayscale: #484848. Windows color (decimal): -15384067 or 16597269. OLE color: 16597269.
HSL color Cylindrical-coordinate representation of color #1541FD: hue angle of 228.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1541FD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 65 | 253 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 228.62º | 0.98% | 0.54% | - |
| HSV(B) | 228.62º | 0.92% | 0.99% | - |
| XYZ | 19.93 | 11.03 | 94.01 | - |
| YUV | 73.28 | 229.42 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 253 | 0.92 | 0.74 | 0 | 0.01 | 228.62 | 0.98 | 0.54 |
| Hex | 15 | 41 | FD | 5C | 4A | 0 | 1 | E5 | 62 | 36 |
| Octal | 25 | 101 | 375 | 134 | 112 | 0 | 1 | 345 | 142 | 66 |
| Binary | 10101 | 1000001 | 11111101 | 1011100 | 1001010 | 0 | 1 | 11100101 | 1100010 | 110110 |
Color Harmonies of #1541FD
Complementary color
Monochromatic Colors of #1541FD
Black with #1541FD
Text Example
Text Example
White with #1541FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541FD; }
p { color: rgb(21,65,253); }
H1.HeaderClassName
{
color: #1541FD;
}
.AnyTagClassName
{
color: #1541FD;
}
</style>
background-color css
<style>
a { background-color: #1541FD; }
a { background-color: rgb(21,65,253); }
div.DivClassName
{
background-color: #1541FD;
}
.BgClassName
{
background-color: #1541FD;
}
</style>
border-color css
<style>
span { border-color: #1541FD; }
span { border-color: rgb(21,65,253); }
td.TdClassName
{
border-color: #1541FD;
}
.TagClassName
{
border-color: #1541FD;
}
</style>