Shades of Neon Blue #154DFF
Tints of Neon Blue #154DFF
RGB
CMYK
RGB Variations
Color information
#154DFF (or 0x154DFF) is known color: Neon Blue. HEX triplet: 15, 4D and FF. RGB value is (21,77,255). Sum of RGB (Red+Green+Blue) = 21+77+255=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #154DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DFF is #EAB200. Grayscale: #4F4F4F. Windows color (decimal): -15380993 or 16731413. OLE color: 16731413.
HSL color Cylindrical-coordinate representation of color #154DFF: hue angle of 225.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #154DFF is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 77 | 255 | - |
| CMYK | 0.92 | 0.70 | 0 | 0 |
| HSL | 225.64º | 1% | 0.54% | - |
| HSV(B) | 225.64º | 0.92% | 1% | - |
| XYZ | 21.01 | 12.69 | 95.95 | - |
| YUV | 80.55 | 226.45 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 255 | 0.92 | 0.70 | 0 | 0 | 225.64 | 1 | 0.54 |
| Hex | 15 | 4D | FF | 5C | 46 | 0 | 0 | E2 | 64 | 36 |
| Octal | 25 | 115 | 377 | 134 | 106 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10101 | 1001101 | 11111111 | 1011100 | 1000110 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #154DFF
Complementary color
Monochromatic Colors of #154DFF
Black with #154DFF
Text Example
Text Example
White with #154DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DFF; }
p { color: rgb(21,77,255); }
H1.HeaderClassName
{
color: #154DFF;
}
.AnyTagClassName
{
color: #154DFF;
}
</style>
background-color css
<style>
a { background-color: #154DFF; }
a { background-color: rgb(21,77,255); }
div.DivClassName
{
background-color: #154DFF;
}
.BgClassName
{
background-color: #154DFF;
}
</style>
border-color css
<style>
span { border-color: #154DFF; }
span { border-color: rgb(21,77,255); }
td.TdClassName
{
border-color: #154DFF;
}
.TagClassName
{
border-color: #154DFF;
}
</style>