Shades of Neon Blue #153AFE
Tints of Neon Blue #153AFE
RGB
CMYK
RGB Variations
Color information
#153AFE (or 0x153AFE) is known color: Neon Blue. HEX triplet: 15, 3A and FE. RGB value is (21,58,254). Sum of RGB (Red+Green+Blue) = 21+58+254=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #153AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153AFE is #EAC501. Grayscale: #444444. Windows color (decimal): -15385858 or 16661013. OLE color: 16661013.
HSL color Cylindrical-coordinate representation of color #153AFE: hue angle of 230.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153AFE is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 58 | 254 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.00 |
| HSL | 230.47º | 0.99% | 0.54% | - |
| HSV(B) | 230.47º | 0.92% | 1% | - |
| XYZ | 19.71 | 10.34 | 94.72 | - |
| YUV | 69.28 | 232.24 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 58 | 254 | 0.92 | 0.77 | 0 | 0.00 | 230.47 | 0.99 | 0.54 |
| Hex | 15 | 3A | FE | 5C | 4D | 0 | 0 | E6 | 63 | 36 |
| Octal | 25 | 72 | 376 | 134 | 115 | 0 | 0 | 346 | 143 | 66 |
| Binary | 10101 | 111010 | 11111110 | 1011100 | 1001101 | 0 | 0 | 11100110 | 1100011 | 110110 |
Color Harmonies of #153AFE
Complementary color
Monochromatic Colors of #153AFE
Black with #153AFE
Text Example
Text Example
White with #153AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153AFE; }
p { color: rgb(21,58,254); }
H1.HeaderClassName
{
color: #153AFE;
}
.AnyTagClassName
{
color: #153AFE;
}
</style>
background-color css
<style>
a { background-color: #153AFE; }
a { background-color: rgb(21,58,254); }
div.DivClassName
{
background-color: #153AFE;
}
.BgClassName
{
background-color: #153AFE;
}
</style>
border-color css
<style>
span { border-color: #153AFE; }
span { border-color: rgb(21,58,254); }
td.TdClassName
{
border-color: #153AFE;
}
.TagClassName
{
border-color: #153AFE;
}
</style>