Shades of Neon Blue #1542FF
Tints of Neon Blue #1542FF
RGB
CMYK
RGB Variations
Color information
#1542FF (or 0x1542FF) is known color: Neon Blue. HEX triplet: 15, 42 and FF. RGB value is (21,66,255). Sum of RGB (Red+Green+Blue) = 21+66+255=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #1542FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1542FF is #EABD00. Grayscale: #494949. Windows color (decimal): -15383809 or 16728597. OLE color: 16728597.
HSL color Cylindrical-coordinate representation of color #1542FF: hue angle of 228.46º 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 #1542FF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 66 | 255 | - |
| CMYK | 0.92 | 0.74 | 0 | 0 |
| HSL | 228.46º | 1% | 0.54% | - |
| HSV(B) | 228.46º | 0.92% | 1% | - |
| XYZ | 20.31 | 11.28 | 95.71 | - |
| YUV | 74.09 | 230.09 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 255 | 0.92 | 0.74 | 0 | 0 | 228.46 | 1 | 0.54 |
| Hex | 15 | 42 | FF | 5C | 4A | 0 | 0 | E4 | 64 | 36 |
| Octal | 25 | 102 | 377 | 134 | 112 | 0 | 0 | 344 | 144 | 66 |
| Binary | 10101 | 1000010 | 11111111 | 1011100 | 1001010 | 0 | 0 | 11100100 | 1100100 | 110110 |
Color Harmonies of #1542FF
Complementary color
Monochromatic Colors of #1542FF
Black with #1542FF
Text Example
Text Example
White with #1542FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1542FF; }
p { color: rgb(21,66,255); }
H1.HeaderClassName
{
color: #1542FF;
}
.AnyTagClassName
{
color: #1542FF;
}
</style>
background-color css
<style>
a { background-color: #1542FF; }
a { background-color: rgb(21,66,255); }
div.DivClassName
{
background-color: #1542FF;
}
.BgClassName
{
background-color: #1542FF;
}
</style>
border-color css
<style>
span { border-color: #1542FF; }
span { border-color: rgb(21,66,255); }
td.TdClassName
{
border-color: #1542FF;
}
.TagClassName
{
border-color: #1542FF;
}
</style>