Shades of Neon Blue #2958FF
Tints of Neon Blue #2958FF
RGB
CMYK
RGB Variations
Color information
#2958FF (or 0x2958FF) is known color: Neon Blue. HEX triplet: 29, 58 and FF. RGB value is (41,88,255). Sum of RGB (Red+Green+Blue) = 41+88+255=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #2958FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2958FF is #D6A700. Grayscale: #5C5C5C. Windows color (decimal): -14067457 or 16734249. OLE color: 16734249.
HSL color Cylindrical-coordinate representation of color #2958FF: hue angle of 226.82º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2958FF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 88 | 255 | - |
| CMYK | 0.84 | 0.65 | 0 | 0 |
| HSL | 226.82º | 1% | 0.58% | - |
| HSV(B) | 226.82º | 0.84% | 1% | - |
| XYZ | 22.45 | 14.67 | 96.26 | - |
| YUV | 92.99 | 219.43 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 255 | 0.84 | 0.65 | 0 | 0 | 226.82 | 1 | 0.58 |
| Hex | 29 | 58 | FF | 54 | 41 | 0 | 0 | E3 | 64 | 3A |
| Octal | 51 | 130 | 377 | 124 | 101 | 0 | 0 | 343 | 144 | 72 |
| Binary | 101001 | 1011000 | 11111111 | 1010100 | 1000001 | 0 | 0 | 11100011 | 1100100 | 111010 |
Color Harmonies of #2958FF
Complementary color
Monochromatic Colors of #2958FF
Black with #2958FF
Text Example
Text Example
White with #2958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2958FF; }
p { color: rgb(41,88,255); }
H1.HeaderClassName
{
color: #2958FF;
}
.AnyTagClassName
{
color: #2958FF;
}
</style>
background-color css
<style>
a { background-color: #2958FF; }
a { background-color: rgb(41,88,255); }
div.DivClassName
{
background-color: #2958FF;
}
.BgClassName
{
background-color: #2958FF;
}
</style>
border-color css
<style>
span { border-color: #2958FF; }
span { border-color: rgb(41,88,255); }
td.TdClassName
{
border-color: #2958FF;
}
.TagClassName
{
border-color: #2958FF;
}
</style>