Shades of Neon Blue #2953FB
Tints of Neon Blue #2953FB
RGB
CMYK
RGB Variations
Color information
#2953FB (or 0x2953FB) is known color: Neon Blue. HEX triplet: 29, 53 and FB. RGB value is (41,83,251). Sum of RGB (Red+Green+Blue) = 41+83+251=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #2953FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2953FB is #D6AC04. Grayscale: #585858. Windows color (decimal): -14068741 or 16470825. OLE color: 16470825.
HSL color Cylindrical-coordinate representation of color #2953FB: hue angle of 228º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2953FB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 83 | 251 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.02 |
| HSL | 228º | 0.96% | 0.57% | - |
| HSV(B) | 228º | 0.84% | 0.98% | - |
| XYZ | 21.42 | 13.62 | 92.77 | - |
| YUV | 89.59 | 219.09 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 251 | 0.84 | 0.67 | 0 | 0.02 | 228 | 0.96 | 0.57 |
| Hex | 29 | 53 | FB | 54 | 43 | 0 | 2 | E4 | 60 | 39 |
| Octal | 51 | 123 | 373 | 124 | 103 | 0 | 2 | 344 | 140 | 71 |
| Binary | 101001 | 1010011 | 11111011 | 1010100 | 1000011 | 0 | 10 | 11100100 | 1100000 | 111001 |
Color Harmonies of #2953FB
Complementary color
Monochromatic Colors of #2953FB
Black with #2953FB
Text Example
Text Example
White with #2953FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953FB; }
p { color: rgb(41,83,251); }
H1.HeaderClassName
{
color: #2953FB;
}
.AnyTagClassName
{
color: #2953FB;
}
</style>
background-color css
<style>
a { background-color: #2953FB; }
a { background-color: rgb(41,83,251); }
div.DivClassName
{
background-color: #2953FB;
}
.BgClassName
{
background-color: #2953FB;
}
</style>
border-color css
<style>
span { border-color: #2953FB; }
span { border-color: rgb(41,83,251); }
td.TdClassName
{
border-color: #2953FB;
}
.TagClassName
{
border-color: #2953FB;
}
</style>