Shades of Neon Blue #2951FF
Tints of Neon Blue #2951FF
RGB
CMYK
RGB Variations
Color information
#2951FF (or 0x2951FF) is known color: Neon Blue. HEX triplet: 29, 51 and FF. RGB value is (41,81,255). Sum of RGB (Red+Green+Blue) = 41+81+255=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #2951FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2951FF is #D6AE00. Grayscale: #585858. Windows color (decimal): -14069249 or 16732457. OLE color: 16732457.
HSL color Cylindrical-coordinate representation of color #2951FF: hue angle of 228.79º 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 #2951FF is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 81 | 255 | - |
| CMYK | 0.84 | 0.68 | 0 | 0 |
| HSL | 228.79º | 1% | 0.58% | - |
| HSV(B) | 228.79º | 0.84% | 1% | - |
| XYZ | 21.91 | 13.58 | 96.07 | - |
| YUV | 88.88 | 221.75 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 255 | 0.84 | 0.68 | 0 | 0 | 228.79 | 1 | 0.58 |
| Hex | 29 | 51 | FF | 54 | 44 | 0 | 0 | E5 | 64 | 3A |
| Octal | 51 | 121 | 377 | 124 | 104 | 0 | 0 | 345 | 144 | 72 |
| Binary | 101001 | 1010001 | 11111111 | 1010100 | 1000100 | 0 | 0 | 11100101 | 1100100 | 111010 |
Color Harmonies of #2951FF
Complementary color
Monochromatic Colors of #2951FF
Black with #2951FF
Text Example
Text Example
White with #2951FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951FF; }
p { color: rgb(41,81,255); }
H1.HeaderClassName
{
color: #2951FF;
}
.AnyTagClassName
{
color: #2951FF;
}
</style>
background-color css
<style>
a { background-color: #2951FF; }
a { background-color: rgb(41,81,255); }
div.DivClassName
{
background-color: #2951FF;
}
.BgClassName
{
background-color: #2951FF;
}
</style>
border-color css
<style>
span { border-color: #2951FF; }
span { border-color: rgb(41,81,255); }
td.TdClassName
{
border-color: #2951FF;
}
.TagClassName
{
border-color: #2951FF;
}
</style>