Shades of Neon Blue #2955FC
Tints of Neon Blue #2955FC
RGB
CMYK
RGB Variations
Color information
#2955FC (or 0x2955FC) is known color: Neon Blue. HEX triplet: 29, 55 and FC. RGB value is (41,85,252). Sum of RGB (Red+Green+Blue) = 41+85+252=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #2955FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2955FC is #D6AA03. Grayscale: #5A5A5A. Windows color (decimal): -14068228 or 16536873. OLE color: 16536873.
HSL color Cylindrical-coordinate representation of color #2955FC: hue angle of 227.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2955FC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 85 | 252 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.01 |
| HSL | 227.49º | 0.97% | 0.57% | - |
| HSV(B) | 227.49º | 0.84% | 0.99% | - |
| XYZ | 21.73 | 14 | 93.65 | - |
| YUV | 90.88 | 218.92 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 252 | 0.84 | 0.66 | 0 | 0.01 | 227.49 | 0.97 | 0.57 |
| Hex | 29 | 55 | FC | 54 | 42 | 0 | 1 | E3 | 61 | 39 |
| Octal | 51 | 125 | 374 | 124 | 102 | 0 | 1 | 343 | 141 | 71 |
| Binary | 101001 | 1010101 | 11111100 | 1010100 | 1000010 | 0 | 1 | 11100011 | 1100001 | 111001 |
Color Harmonies of #2955FC
Complementary color
Monochromatic Colors of #2955FC
Black with #2955FC
Text Example
Text Example
White with #2955FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955FC; }
p { color: rgb(41,85,252); }
H1.HeaderClassName
{
color: #2955FC;
}
.AnyTagClassName
{
color: #2955FC;
}
</style>
background-color css
<style>
a { background-color: #2955FC; }
a { background-color: rgb(41,85,252); }
div.DivClassName
{
background-color: #2955FC;
}
.BgClassName
{
background-color: #2955FC;
}
</style>
border-color css
<style>
span { border-color: #2955FC; }
span { border-color: rgb(41,85,252); }
td.TdClassName
{
border-color: #2955FC;
}
.TagClassName
{
border-color: #2955FC;
}
</style>