Shades of Neon Blue #153AFF
Tints of Neon Blue #153AFF
RGB
CMYK
RGB Variations
Color information
#153AFF (or 0x153AFF) is known color: Neon Blue. HEX triplet: 15, 3A and FF. RGB value is (21,58,255). Sum of RGB (Red+Green+Blue) = 21+58+255=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #153AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AFF is #EAC500. Grayscale: #444444. Windows color (decimal): -15385857 or 16726549. OLE color: 16726549.
HSL color Cylindrical-coordinate representation of color #153AFF: hue angle of 230.51º 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 #153AFF is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 58 | 255 | - |
| CMYK | 0.92 | 0.77 | 0 | 0 |
| HSL | 230.51º | 1% | 0.54% | - |
| HSV(B) | 230.51º | 0.92% | 1% | - |
| XYZ | 19.87 | 10.41 | 95.57 | - |
| YUV | 69.4 | 232.74 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 255 | 0.92 | 0.77 | 0 | 0 | 230.51 | 1 | 0.54 |
| Hex | 15 | 3A | FF | 5C | 4D | 0 | 0 | E7 | 64 | 36 |
| Octal | 25 | 72 | 377 | 134 | 115 | 0 | 0 | 347 | 144 | 66 |
| Binary | 10101 | 111010 | 11111111 | 1011100 | 1001101 | 0 | 0 | 11100111 | 1100100 | 110110 |
Color Harmonies of #153AFF
Complementary color
Monochromatic Colors of #153AFF
Black with #153AFF
Text Example
Text Example
White with #153AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AFF; }
p { color: rgb(21,58,255); }
H1.HeaderClassName
{
color: #153AFF;
}
.AnyTagClassName
{
color: #153AFF;
}
</style>
background-color css
<style>
a { background-color: #153AFF; }
a { background-color: rgb(21,58,255); }
div.DivClassName
{
background-color: #153AFF;
}
.BgClassName
{
background-color: #153AFF;
}
</style>
border-color css
<style>
span { border-color: #153AFF; }
span { border-color: rgb(21,58,255); }
td.TdClassName
{
border-color: #153AFF;
}
.TagClassName
{
border-color: #153AFF;
}
</style>