Shades of Neon Blue #153CFC
Tints of Neon Blue #153CFC
RGB
CMYK
RGB Variations
Color information
#153CFC (or 0x153CFC) is known color: Neon Blue. HEX triplet: 15, 3C and FC. RGB value is (21,60,252). Sum of RGB (Red+Green+Blue) = 21+60+252=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 252 (98.83% from 255 or 75.68% from 333); Max value from RGB is 252 - color contains mainly: blue. Hex color #153CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CFC is #EAC303. Grayscale: #454545. Windows color (decimal): -15385348 or 16530453. OLE color: 16530453.
HSL color Cylindrical-coordinate representation of color #153CFC: hue angle of 229.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153CFC is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 60 | 252 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.01 |
| HSL | 229.87º | 0.97% | 0.54% | - |
| HSV(B) | 229.87º | 0.92% | 0.99% | - |
| XYZ | 19.5 | 10.42 | 93.08 | - |
| YUV | 70.23 | 230.58 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 252 | 0.92 | 0.76 | 0 | 0.01 | 229.87 | 0.97 | 0.54 |
| Hex | 15 | 3C | FC | 5C | 4C | 0 | 1 | E6 | 61 | 36 |
| Octal | 25 | 74 | 374 | 134 | 114 | 0 | 1 | 346 | 141 | 66 |
| Binary | 10101 | 111100 | 11111100 | 1011100 | 1001100 | 0 | 1 | 11100110 | 1100001 | 110110 |
Color Harmonies of #153CFC
Complementary color
Monochromatic Colors of #153CFC
Black with #153CFC
Text Example
Text Example
White with #153CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CFC; }
p { color: rgb(21,60,252); }
H1.HeaderClassName
{
color: #153CFC;
}
.AnyTagClassName
{
color: #153CFC;
}
</style>
background-color css
<style>
a { background-color: #153CFC; }
a { background-color: rgb(21,60,252); }
div.DivClassName
{
background-color: #153CFC;
}
.BgClassName
{
background-color: #153CFC;
}
</style>
border-color css
<style>
span { border-color: #153CFC; }
span { border-color: rgb(21,60,252); }
td.TdClassName
{
border-color: #153CFC;
}
.TagClassName
{
border-color: #153CFC;
}
</style>