Shades of Neon Blue #1539FF
Tints of Neon Blue #1539FF
RGB
CMYK
RGB Variations
Color information
#1539FF (or 0x1539FF) is known color: Neon Blue. HEX triplet: 15, 39 and FF. RGB value is (21,57,255). Sum of RGB (Red+Green+Blue) = 21+57+255=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #1539FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1539FF is #EAC600. Grayscale: #434343. Windows color (decimal): -15386113 or 16726293. OLE color: 16726293.
HSL color Cylindrical-coordinate representation of color #1539FF: hue angle of 230.77º 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 #1539FF is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 57 | 255 | - |
| CMYK | 0.92 | 0.78 | 0 | 0 |
| HSL | 230.77º | 1% | 0.54% | - |
| HSV(B) | 230.77º | 0.92% | 1% | - |
| XYZ | 19.82 | 10.31 | 95.55 | - |
| YUV | 68.81 | 233.07 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 255 | 0.92 | 0.78 | 0 | 0 | 230.77 | 1 | 0.54 |
| Hex | 15 | 39 | FF | 5C | 4E | 0 | 0 | E7 | 64 | 36 |
| Octal | 25 | 71 | 377 | 134 | 116 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10101 | 111001 | 11111111 | 1011100 | 1001110 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #1539FF
Complementary color
Monochromatic Colors of #1539FF
Black with #1539FF
Text Example
Text Example
White with #1539FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1539FF; }
p { color: rgb(21,57,255); }
H1.HeaderClassName
{
color: #1539FF;
}
.AnyTagClassName
{
color: #1539FF;
}
</style>
background-color css
<style>
a { background-color: #1539FF; }
a { background-color: rgb(21,57,255); }
div.DivClassName
{
background-color: #1539FF;
}
.BgClassName
{
background-color: #1539FF;
}
</style>
border-color css
<style>
span { border-color: #1539FF; }
span { border-color: rgb(21,57,255); }
td.TdClassName
{
border-color: #1539FF;
}
.TagClassName
{
border-color: #1539FF;
}
</style>