Shades of Neon Blue #154CFE
Tints of Neon Blue #154CFE
RGB
CMYK
RGB Variations
Color information
#154CFE (or 0x154CFE) is known color: Neon Blue. HEX triplet: 15, 4C and FE. RGB value is (21,76,254). Sum of RGB (Red+Green+Blue) = 21+76+254=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #154CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CFE is #EAB301. Grayscale: #4F4F4F. Windows color (decimal): -15381250 or 16665621. OLE color: 16665621.
HSL color Cylindrical-coordinate representation of color #154CFE: hue angle of 225.84º 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 #154CFE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 76 | 254 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.00 |
| HSL | 225.84º | 0.99% | 0.54% | - |
| HSV(B) | 225.84º | 0.92% | 1% | - |
| XYZ | 20.78 | 12.48 | 95.08 | - |
| YUV | 79.85 | 226.28 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 254 | 0.92 | 0.70 | 0 | 0.00 | 225.84 | 0.99 | 0.54 |
| Hex | 15 | 4C | FE | 5C | 46 | 0 | 0 | E2 | 63 | 36 |
| Octal | 25 | 114 | 376 | 134 | 106 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10101 | 1001100 | 11111110 | 1011100 | 1000110 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #154CFE
Complementary color
Monochromatic Colors of #154CFE
Black with #154CFE
Text Example
Text Example
White with #154CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CFE; }
p { color: rgb(21,76,254); }
H1.HeaderClassName
{
color: #154CFE;
}
.AnyTagClassName
{
color: #154CFE;
}
</style>
background-color css
<style>
a { background-color: #154CFE; }
a { background-color: rgb(21,76,254); }
div.DivClassName
{
background-color: #154CFE;
}
.BgClassName
{
background-color: #154CFE;
}
</style>
border-color css
<style>
span { border-color: #154CFE; }
span { border-color: rgb(21,76,254); }
td.TdClassName
{
border-color: #154CFE;
}
.TagClassName
{
border-color: #154CFE;
}
</style>