Shades of Neon Blue #2954FE
Tints of Neon Blue #2954FE
RGB
CMYK
RGB Variations
Color information
#2954FE (or 0x2954FE) is known color: Neon Blue. HEX triplet: 29, 54 and FE. RGB value is (41,84,254). Sum of RGB (Red+Green+Blue) = 41+84+254=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #2954FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2954FE is #D6AB01. Grayscale: #595959. Windows color (decimal): -14068482 or 16667689. OLE color: 16667689.
HSL color Cylindrical-coordinate representation of color #2954FE: hue angle of 227.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2954FE is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 84 | 254 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.00 |
| HSL | 227.89º | 0.99% | 0.58% | - |
| HSV(B) | 227.89º | 0.84% | 1% | - |
| XYZ | 21.97 | 13.97 | 95.3 | - |
| YUV | 90.52 | 220.25 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 254 | 0.84 | 0.67 | 0 | 0.00 | 227.89 | 0.99 | 0.58 |
| Hex | 29 | 54 | FE | 54 | 43 | 0 | 0 | E4 | 63 | 3A |
| Octal | 51 | 124 | 376 | 124 | 103 | 0 | 0 | 344 | 143 | 72 |
| Binary | 101001 | 1010100 | 11111110 | 1010100 | 1000011 | 0 | 0 | 11100100 | 1100011 | 111010 |
Color Harmonies of #2954FE
Complementary color
Monochromatic Colors of #2954FE
Black with #2954FE
Text Example
Text Example
White with #2954FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2954FE; }
p { color: rgb(41,84,254); }
H1.HeaderClassName
{
color: #2954FE;
}
.AnyTagClassName
{
color: #2954FE;
}
</style>
background-color css
<style>
a { background-color: #2954FE; }
a { background-color: rgb(41,84,254); }
div.DivClassName
{
background-color: #2954FE;
}
.BgClassName
{
background-color: #2954FE;
}
</style>
border-color css
<style>
span { border-color: #2954FE; }
span { border-color: rgb(41,84,254); }
td.TdClassName
{
border-color: #2954FE;
}
.TagClassName
{
border-color: #2954FE;
}
</style>