Shades of Neon Blue #153FFB
Tints of Neon Blue #153FFB
RGB
CMYK
RGB Variations
Color information
#153FFB (or 0x153FFB) is known color: Neon Blue. HEX triplet: 15, 3F and FB. RGB value is (21,63,251). Sum of RGB (Red+Green+Blue) = 21+63+251=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #153FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #153FFB is #EAC004. Grayscale: #474747. Windows color (decimal): -15384581 or 16465685. OLE color: 16465685.
HSL color Cylindrical-coordinate representation of color #153FFB: hue angle of 229.04º degrees, saturation: 0.97, 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 #153FFB is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 63 | 251 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.02 |
| HSL | 229.04º | 0.97% | 0.53% | - |
| HSV(B) | 229.04º | 0.92% | 0.98% | - |
| XYZ | 19.5 | 10.68 | 92.3 | - |
| YUV | 71.87 | 229.09 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 251 | 0.92 | 0.75 | 0 | 0.02 | 229.04 | 0.97 | 0.53 |
| Hex | 15 | 3F | FB | 5C | 4B | 0 | 2 | E5 | 61 | 35 |
| Octal | 25 | 77 | 373 | 134 | 113 | 0 | 2 | 345 | 141 | 65 |
| Binary | 10101 | 111111 | 11111011 | 1011100 | 1001011 | 0 | 10 | 11100101 | 1100001 | 110101 |
Color Harmonies of #153FFB
Complementary color
Monochromatic Colors of #153FFB
Black with #153FFB
Text Example
Text Example
White with #153FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153FFB; }
p { color: rgb(21,63,251); }
H1.HeaderClassName
{
color: #153FFB;
}
.AnyTagClassName
{
color: #153FFB;
}
</style>
background-color css
<style>
a { background-color: #153FFB; }
a { background-color: rgb(21,63,251); }
div.DivClassName
{
background-color: #153FFB;
}
.BgClassName
{
background-color: #153FFB;
}
</style>
border-color css
<style>
span { border-color: #153FFB; }
span { border-color: rgb(21,63,251); }
td.TdClassName
{
border-color: #153FFB;
}
.TagClassName
{
border-color: #153FFB;
}
</style>