Shades of Neon Blue #1541FC
Tints of Neon Blue #1541FC
RGB
CMYK
RGB Variations
Color information
#1541FC (or 0x1541FC) is known color: Neon Blue. HEX triplet: 15, 41 and FC. RGB value is (21,65,252). Sum of RGB (Red+Green+Blue) = 21+65+252=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #1541FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1541FC is #EABE03. Grayscale: #484848. Windows color (decimal): -15384068 or 16531733. OLE color: 16531733.
HSL color Cylindrical-coordinate representation of color #1541FC: hue angle of 228.57º degrees, saturation: 0.97, 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 #1541FC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 65 | 252 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 228.57º | 0.97% | 0.54% | - |
| HSV(B) | 228.57º | 0.92% | 0.99% | - |
| XYZ | 19.77 | 10.97 | 93.17 | - |
| YUV | 73.16 | 228.92 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 65 | 252 | 0.92 | 0.74 | 0 | 0.01 | 228.57 | 0.97 | 0.54 |
| Hex | 15 | 41 | FC | 5C | 4A | 0 | 1 | E5 | 61 | 36 |
| Octal | 25 | 101 | 374 | 134 | 112 | 0 | 1 | 345 | 141 | 66 |
| Binary | 10101 | 1000001 | 11111100 | 1011100 | 1001010 | 0 | 1 | 11100101 | 1100001 | 110110 |
Color Harmonies of #1541FC
Complementary color
Monochromatic Colors of #1541FC
Black with #1541FC
Text Example
Text Example
White with #1541FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1541FC; }
p { color: rgb(21,65,252); }
H1.HeaderClassName
{
color: #1541FC;
}
.AnyTagClassName
{
color: #1541FC;
}
</style>
background-color css
<style>
a { background-color: #1541FC; }
a { background-color: rgb(21,65,252); }
div.DivClassName
{
background-color: #1541FC;
}
.BgClassName
{
background-color: #1541FC;
}
</style>
border-color css
<style>
span { border-color: #1541FC; }
span { border-color: rgb(21,65,252); }
td.TdClassName
{
border-color: #1541FC;
}
.TagClassName
{
border-color: #1541FC;
}
</style>