Shades of Neon Blue #2951FE
Tints of Neon Blue #2951FE
RGB
CMYK
RGB Variations
Color information
#2951FE (or 0x2951FE) is known color: Neon Blue. HEX triplet: 29, 51 and FE. RGB value is (41,81,254). Sum of RGB (Red+Green+Blue) = 41+81+254=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #2951FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2951FE is #D6AE01. Grayscale: #585858. Windows color (decimal): -14069250 or 16666921. OLE color: 16666921.
HSL color Cylindrical-coordinate representation of color #2951FE: hue angle of 228.73º 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 #2951FE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 81 | 254 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.00 |
| HSL | 228.73º | 0.99% | 0.58% | - |
| HSV(B) | 228.73º | 0.84% | 1% | - |
| XYZ | 21.75 | 13.51 | 95.23 | - |
| YUV | 88.76 | 221.25 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 254 | 0.84 | 0.68 | 0 | 0.00 | 228.73 | 0.99 | 0.58 |
| Hex | 29 | 51 | FE | 54 | 44 | 0 | 0 | E5 | 63 | 3A |
| Octal | 51 | 121 | 376 | 124 | 104 | 0 | 0 | 345 | 143 | 72 |
| Binary | 101001 | 1010001 | 11111110 | 1010100 | 1000100 | 0 | 0 | 11100101 | 1100011 | 111010 |
Color Harmonies of #2951FE
Complementary color
Monochromatic Colors of #2951FE
Black with #2951FE
Text Example
Text Example
White with #2951FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951FE; }
p { color: rgb(41,81,254); }
H1.HeaderClassName
{
color: #2951FE;
}
.AnyTagClassName
{
color: #2951FE;
}
</style>
background-color css
<style>
a { background-color: #2951FE; }
a { background-color: rgb(41,81,254); }
div.DivClassName
{
background-color: #2951FE;
}
.BgClassName
{
background-color: #2951FE;
}
</style>
border-color css
<style>
span { border-color: #2951FE; }
span { border-color: rgb(41,81,254); }
td.TdClassName
{
border-color: #2951FE;
}
.TagClassName
{
border-color: #2951FE;
}
</style>