Shades of Neon Blue #154BFE
Tints of Neon Blue #154BFE
RGB
CMYK
RGB Variations
Color information
#154BFE (or 0x154BFE) is known color: Neon Blue. HEX triplet: 15, 4B and FE. RGB value is (21,75,254). Sum of RGB (Red+Green+Blue) = 21+75+254=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #154BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154BFE is #EAB401. Grayscale: #4E4E4E. Windows color (decimal): -15381506 or 16665365. OLE color: 16665365.
HSL color Cylindrical-coordinate representation of color #154BFE: hue angle of 226.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #154BFE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 75 | 254 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.00 |
| HSL | 226.09º | 0.99% | 0.54% | - |
| HSV(B) | 226.09º | 0.92% | 1% | - |
| XYZ | 20.71 | 12.35 | 95.06 | - |
| YUV | 79.26 | 226.61 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 75 | 254 | 0.92 | 0.70 | 0 | 0.00 | 226.09 | 0.99 | 0.54 |
| Hex | 15 | 4B | FE | 5C | 46 | 0 | 0 | E2 | 63 | 36 |
| Octal | 25 | 113 | 376 | 134 | 106 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10101 | 1001011 | 11111110 | 1011100 | 1000110 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #154BFE
Complementary color
Monochromatic Colors of #154BFE
Black with #154BFE
Text Example
Text Example
White with #154BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154BFE; }
p { color: rgb(21,75,254); }
H1.HeaderClassName
{
color: #154BFE;
}
.AnyTagClassName
{
color: #154BFE;
}
</style>
background-color css
<style>
a { background-color: #154BFE; }
a { background-color: rgb(21,75,254); }
div.DivClassName
{
background-color: #154BFE;
}
.BgClassName
{
background-color: #154BFE;
}
</style>
border-color css
<style>
span { border-color: #154BFE; }
span { border-color: rgb(21,75,254); }
td.TdClassName
{
border-color: #154BFE;
}
.TagClassName
{
border-color: #154BFE;
}
</style>