Shades of Neon Blue #153CFA
Tints of Neon Blue #153CFA
RGB
CMYK
RGB Variations
Color information
#153CFA (or 0x153CFA) is known color: Neon Blue. HEX triplet: 15, 3C and FA. RGB value is (21,60,250). Sum of RGB (Red+Green+Blue) = 21+60+250=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #153CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153CFA is #EAC305. Grayscale: #454545. Windows color (decimal): -15385350 or 16399381. OLE color: 16399381.
HSL color Cylindrical-coordinate representation of color #153CFA: hue angle of 229.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #153CFA is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 60 | 250 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.02 |
| HSL | 229.78º | 0.96% | 0.53% | - |
| HSV(B) | 229.78º | 0.92% | 0.98% | - |
| XYZ | 19.18 | 10.29 | 91.42 | - |
| YUV | 70 | 229.58 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 60 | 250 | 0.92 | 0.76 | 0 | 0.02 | 229.78 | 0.96 | 0.53 |
| Hex | 15 | 3C | FA | 5C | 4C | 0 | 2 | E6 | 60 | 35 |
| Octal | 25 | 74 | 372 | 134 | 114 | 0 | 2 | 346 | 140 | 65 |
| Binary | 10101 | 111100 | 11111010 | 1011100 | 1001100 | 0 | 10 | 11100110 | 1100000 | 110101 |
Color Harmonies of #153CFA
Complementary color
Monochromatic Colors of #153CFA
Black with #153CFA
Text Example
Text Example
White with #153CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153CFA; }
p { color: rgb(21,60,250); }
H1.HeaderClassName
{
color: #153CFA;
}
.AnyTagClassName
{
color: #153CFA;
}
</style>
background-color css
<style>
a { background-color: #153CFA; }
a { background-color: rgb(21,60,250); }
div.DivClassName
{
background-color: #153CFA;
}
.BgClassName
{
background-color: #153CFA;
}
</style>
border-color css
<style>
span { border-color: #153CFA; }
span { border-color: rgb(21,60,250); }
td.TdClassName
{
border-color: #153CFA;
}
.TagClassName
{
border-color: #153CFA;
}
</style>