Shades of Neon Blue #153CFF
Tints of Neon Blue #153CFF
RGB
CMYK
RGB Variations
Color information
#153CFF (or 0x153CFF) is known color: Neon Blue. HEX triplet: 15, 3C and FF. RGB value is (21,60,255). Sum of RGB (Red+Green+Blue) = 21+60+255=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #153CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CFF is #EAC300. Grayscale: #454545. Windows color (decimal): -15385345 or 16727061. OLE color: 16727061.
HSL color Cylindrical-coordinate representation of color #153CFF: hue angle of 230º 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 #153CFF is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 60 | 255 | - |
| CMYK | 0.92 | 0.76 | 0 | 0 |
| HSL | 230º | 1% | 0.54% | - |
| HSV(B) | 230º | 0.92% | 1% | - |
| XYZ | 19.98 | 10.61 | 95.6 | - |
| YUV | 70.57 | 232.08 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 255 | 0.92 | 0.76 | 0 | 0 | 230 | 1 | 0.54 |
| Hex | 15 | 3C | FF | 5C | 4C | 0 | 0 | E6 | 64 | 36 |
| Octal | 25 | 74 | 377 | 134 | 114 | 0 | 0 | 346 | 144 | 66 |
| Binary | 10101 | 111100 | 11111111 | 1011100 | 1001100 | 0 | 0 | 11100110 | 1100100 | 110110 |
Color Harmonies of #153CFF
Complementary color
Monochromatic Colors of #153CFF
Black with #153CFF
Text Example
Text Example
White with #153CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CFF; }
p { color: rgb(21,60,255); }
H1.HeaderClassName
{
color: #153CFF;
}
.AnyTagClassName
{
color: #153CFF;
}
</style>
background-color css
<style>
a { background-color: #153CFF; }
a { background-color: rgb(21,60,255); }
div.DivClassName
{
background-color: #153CFF;
}
.BgClassName
{
background-color: #153CFF;
}
</style>
border-color css
<style>
span { border-color: #153CFF; }
span { border-color: rgb(21,60,255); }
td.TdClassName
{
border-color: #153CFF;
}
.TagClassName
{
border-color: #153CFF;
}
</style>