Shades of Neon Blue #2946FE
Tints of Neon Blue #2946FE
RGB
CMYK
RGB Variations
Color information
#2946FE (or 0x2946FE) is known color: Neon Blue. HEX triplet: 29, 46 and FE. RGB value is (41,70,254). Sum of RGB (Red+Green+Blue) = 41+70+254=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #2946FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2946FE is #D6B901. Grayscale: #515151. Windows color (decimal): -14072066 or 16664105. OLE color: 16664105.
HSL color Cylindrical-coordinate representation of color #2946FE: hue angle of 231.83º 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 #2946FE is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 70 | 254 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.00 |
| HSL | 231.83º | 0.99% | 0.58% | - |
| HSV(B) | 231.83º | 0.84% | 1% | - |
| XYZ | 20.99 | 12.01 | 94.98 | - |
| YUV | 82.31 | 224.89 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 254 | 0.84 | 0.72 | 0 | 0.00 | 231.83 | 0.99 | 0.58 |
| Hex | 29 | 46 | FE | 54 | 48 | 0 | 0 | E8 | 63 | 3A |
| Octal | 51 | 106 | 376 | 124 | 110 | 0 | 0 | 350 | 143 | 72 |
| Binary | 101001 | 1000110 | 11111110 | 1010100 | 1001000 | 0 | 0 | 11101000 | 1100011 | 111010 |
Color Harmonies of #2946FE
Complementary color
Monochromatic Colors of #2946FE
Black with #2946FE
Text Example
Text Example
White with #2946FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2946FE; }
p { color: rgb(41,70,254); }
H1.HeaderClassName
{
color: #2946FE;
}
.AnyTagClassName
{
color: #2946FE;
}
</style>
background-color css
<style>
a { background-color: #2946FE; }
a { background-color: rgb(41,70,254); }
div.DivClassName
{
background-color: #2946FE;
}
.BgClassName
{
background-color: #2946FE;
}
</style>
border-color css
<style>
span { border-color: #2946FE; }
span { border-color: rgb(41,70,254); }
td.TdClassName
{
border-color: #2946FE;
}
.TagClassName
{
border-color: #2946FE;
}
</style>