Shades of Neon Blue #153FFA
Tints of Neon Blue #153FFA
RGB
CMYK
RGB Variations
Color information
#153FFA (or 0x153FFA) is known color: Neon Blue. HEX triplet: 15, 3F and FA. RGB value is (21,63,250). Sum of RGB (Red+Green+Blue) = 21+63+250=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #153FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FFA is #EAC005. Grayscale: #464646. Windows color (decimal): -15384582 or 16400149. OLE color: 16400149.
HSL color Cylindrical-coordinate representation of color #153FFA: hue angle of 229º 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 #153FFA is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 63 | 250 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.02 |
| HSL | 229º | 0.96% | 0.53% | - |
| HSV(B) | 229º | 0.92% | 0.98% | - |
| XYZ | 19.34 | 10.62 | 91.47 | - |
| YUV | 71.76 | 228.59 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 250 | 0.92 | 0.75 | 0 | 0.02 | 229 | 0.96 | 0.53 |
| Hex | 15 | 3F | FA | 5C | 4B | 0 | 2 | E5 | 60 | 35 |
| Octal | 25 | 77 | 372 | 134 | 113 | 0 | 2 | 345 | 140 | 65 |
| Binary | 10101 | 111111 | 11111010 | 1011100 | 1001011 | 0 | 10 | 11100101 | 1100000 | 110101 |
Color Harmonies of #153FFA
Complementary color
Monochromatic Colors of #153FFA
Black with #153FFA
Text Example
Text Example
White with #153FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FFA; }
p { color: rgb(21,63,250); }
H1.HeaderClassName
{
color: #153FFA;
}
.AnyTagClassName
{
color: #153FFA;
}
</style>
background-color css
<style>
a { background-color: #153FFA; }
a { background-color: rgb(21,63,250); }
div.DivClassName
{
background-color: #153FFA;
}
.BgClassName
{
background-color: #153FFA;
}
</style>
border-color css
<style>
span { border-color: #153FFA; }
span { border-color: rgb(21,63,250); }
td.TdClassName
{
border-color: #153FFA;
}
.TagClassName
{
border-color: #153FFA;
}
</style>