Shades of Neon Blue #154CFD
Tints of Neon Blue #154CFD
RGB
CMYK
RGB Variations
Color information
#154CFD (or 0x154CFD) is known color: Neon Blue. HEX triplet: 15, 4C and FD. RGB value is (21,76,253). Sum of RGB (Red+Green+Blue) = 21+76+253=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #154CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CFD is #EAB302. Grayscale: #4E4E4E. Windows color (decimal): -15381251 or 16600085. OLE color: 16600085.
HSL color Cylindrical-coordinate representation of color #154CFD: hue angle of 225.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #154CFD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 76 | 253 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.01 |
| HSL | 225.78º | 0.98% | 0.54% | - |
| HSV(B) | 225.78º | 0.92% | 0.99% | - |
| XYZ | 20.62 | 12.42 | 94.24 | - |
| YUV | 79.73 | 225.78 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 253 | 0.92 | 0.70 | 0 | 0.01 | 225.78 | 0.98 | 0.54 |
| Hex | 15 | 4C | FD | 5C | 46 | 0 | 1 | E2 | 62 | 36 |
| Octal | 25 | 114 | 375 | 134 | 106 | 0 | 1 | 342 | 142 | 66 |
| Binary | 10101 | 1001100 | 11111101 | 1011100 | 1000110 | 0 | 1 | 11100010 | 1100010 | 110110 |
Color Harmonies of #154CFD
Complementary color
Monochromatic Colors of #154CFD
Black with #154CFD
Text Example
Text Example
White with #154CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CFD; }
p { color: rgb(21,76,253); }
H1.HeaderClassName
{
color: #154CFD;
}
.AnyTagClassName
{
color: #154CFD;
}
</style>
background-color css
<style>
a { background-color: #154CFD; }
a { background-color: rgb(21,76,253); }
div.DivClassName
{
background-color: #154CFD;
}
.BgClassName
{
background-color: #154CFD;
}
</style>
border-color css
<style>
span { border-color: #154CFD; }
span { border-color: rgb(21,76,253); }
td.TdClassName
{
border-color: #154CFD;
}
.TagClassName
{
border-color: #154CFD;
}
</style>