Shades of Neon Blue #154EFF
Tints of Neon Blue #154EFF
RGB
CMYK
RGB Variations
Color information
#154EFF (or 0x154EFF) is known color: Neon Blue. HEX triplet: 15, 4E and FF. RGB value is (21,78,255). Sum of RGB (Red+Green+Blue) = 21+78+255=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #154EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EFF is #EAB100. Grayscale: #505050. Windows color (decimal): -15380737 or 16731669. OLE color: 16731669.
HSL color Cylindrical-coordinate representation of color #154EFF: hue angle of 225.38º 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 #154EFF is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 78 | 255 | - |
| CMYK | 0.92 | 0.69 | 0 | 0 |
| HSL | 225.38º | 1% | 0.54% | - |
| HSV(B) | 225.38º | 0.92% | 1% | - |
| XYZ | 21.08 | 12.83 | 95.97 | - |
| YUV | 81.14 | 226.12 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 255 | 0.92 | 0.69 | 0 | 0 | 225.38 | 1 | 0.54 |
| Hex | 15 | 4E | FF | 5C | 45 | 0 | 0 | E1 | 64 | 36 |
| Octal | 25 | 116 | 377 | 134 | 105 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10101 | 1001110 | 11111111 | 1011100 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #154EFF
Complementary color
Monochromatic Colors of #154EFF
Black with #154EFF
Text Example
Text Example
White with #154EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EFF; }
p { color: rgb(21,78,255); }
H1.HeaderClassName
{
color: #154EFF;
}
.AnyTagClassName
{
color: #154EFF;
}
</style>
background-color css
<style>
a { background-color: #154EFF; }
a { background-color: rgb(21,78,255); }
div.DivClassName
{
background-color: #154EFF;
}
.BgClassName
{
background-color: #154EFF;
}
</style>
border-color css
<style>
span { border-color: #154EFF; }
span { border-color: rgb(21,78,255); }
td.TdClassName
{
border-color: #154EFF;
}
.TagClassName
{
border-color: #154EFF;
}
</style>