Shades of Neon Blue #1543FD
Tints of Neon Blue #1543FD
RGB
CMYK
RGB Variations
Color information
#1543FD (or 0x1543FD) is known color: Neon Blue. HEX triplet: 15, 43 and FD. RGB value is (21,67,253). Sum of RGB (Red+Green+Blue) = 21+67+253=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1543FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1543FD is #EABC02. Grayscale: #494949. Windows color (decimal): -15383555 or 16597781. OLE color: 16597781.
HSL color Cylindrical-coordinate representation of color #1543FD: hue angle of 228.1º 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 #1543FD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 67 | 253 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.01 |
| HSL | 228.1º | 0.98% | 0.54% | - |
| HSV(B) | 228.1º | 0.92% | 0.99% | - |
| XYZ | 20.05 | 11.27 | 94.05 | - |
| YUV | 74.45 | 228.76 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 253 | 0.92 | 0.74 | 0 | 0.01 | 228.1 | 0.98 | 0.54 |
| Hex | 15 | 43 | FD | 5C | 4A | 0 | 1 | E4 | 62 | 36 |
| Octal | 25 | 103 | 375 | 134 | 112 | 0 | 1 | 344 | 142 | 66 |
| Binary | 10101 | 1000011 | 11111101 | 1011100 | 1001010 | 0 | 1 | 11100100 | 1100010 | 110110 |
Color Harmonies of #1543FD
Complementary color
Monochromatic Colors of #1543FD
Black with #1543FD
Text Example
Text Example
White with #1543FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1543FD; }
p { color: rgb(21,67,253); }
H1.HeaderClassName
{
color: #1543FD;
}
.AnyTagClassName
{
color: #1543FD;
}
</style>
background-color css
<style>
a { background-color: #1543FD; }
a { background-color: rgb(21,67,253); }
div.DivClassName
{
background-color: #1543FD;
}
.BgClassName
{
background-color: #1543FD;
}
</style>
border-color css
<style>
span { border-color: #1543FD; }
span { border-color: rgb(21,67,253); }
td.TdClassName
{
border-color: #1543FD;
}
.TagClassName
{
border-color: #1543FD;
}
</style>