Shades of Neon Blue #2955FD
Tints of Neon Blue #2955FD
RGB
CMYK
RGB Variations
Color information
#2955FD (or 0x2955FD) is known color: Neon Blue. HEX triplet: 29, 55 and FD. RGB value is (41,85,253). Sum of RGB (Red+Green+Blue) = 41+85+253=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #2955FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2955FD is #D6AA02. Grayscale: #5A5A5A. Windows color (decimal): -14068227 or 16602409. OLE color: 16602409.
HSL color Cylindrical-coordinate representation of color #2955FD: hue angle of 227.55º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2955FD is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 85 | 253 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.01 |
| HSL | 227.55º | 0.98% | 0.58% | - |
| HSV(B) | 227.55º | 0.84% | 0.99% | - |
| XYZ | 21.89 | 14.06 | 94.49 | - |
| YUV | 91 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 253 | 0.84 | 0.66 | 0 | 0.01 | 227.55 | 0.98 | 0.58 |
| Hex | 29 | 55 | FD | 54 | 42 | 0 | 1 | E4 | 62 | 3A |
| Octal | 51 | 125 | 375 | 124 | 102 | 0 | 1 | 344 | 142 | 72 |
| Binary | 101001 | 1010101 | 11111101 | 1010100 | 1000010 | 0 | 1 | 11100100 | 1100010 | 111010 |
Color Harmonies of #2955FD
Complementary color
Monochromatic Colors of #2955FD
Black with #2955FD
Text Example
Text Example
White with #2955FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955FD; }
p { color: rgb(41,85,253); }
H1.HeaderClassName
{
color: #2955FD;
}
.AnyTagClassName
{
color: #2955FD;
}
</style>
background-color css
<style>
a { background-color: #2955FD; }
a { background-color: rgb(41,85,253); }
div.DivClassName
{
background-color: #2955FD;
}
.BgClassName
{
background-color: #2955FD;
}
</style>
border-color css
<style>
span { border-color: #2955FD; }
span { border-color: rgb(41,85,253); }
td.TdClassName
{
border-color: #2955FD;
}
.TagClassName
{
border-color: #2955FD;
}
</style>