Shades of Neon Blue #2953FA
Tints of Neon Blue #2953FA
RGB
CMYK
RGB Variations
Color information
#2953FA (or 0x2953FA) is known color: Neon Blue. HEX triplet: 29, 53 and FA. RGB value is (41,83,250). Sum of RGB (Red+Green+Blue) = 41+83+250=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #2953FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2953FA is #D6AC05. Grayscale: #585858. Windows color (decimal): -14068742 or 16405289. OLE color: 16405289.
HSL color Cylindrical-coordinate representation of color #2953FA: hue angle of 227.94º degrees, saturation: 0.95, 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 #2953FA is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 83 | 250 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.02 |
| HSL | 227.94º | 0.95% | 0.57% | - |
| HSV(B) | 227.94º | 0.84% | 0.98% | - |
| XYZ | 21.26 | 13.56 | 91.94 | - |
| YUV | 89.48 | 218.59 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 250 | 0.84 | 0.67 | 0 | 0.02 | 227.94 | 0.95 | 0.57 |
| Hex | 29 | 53 | FA | 54 | 43 | 0 | 2 | E4 | 5F | 39 |
| Octal | 51 | 123 | 372 | 124 | 103 | 0 | 2 | 344 | 137 | 71 |
| Binary | 101001 | 1010011 | 11111010 | 1010100 | 1000011 | 0 | 10 | 11100100 | 1011111 | 111001 |
Color Harmonies of #2953FA
Complementary color
Monochromatic Colors of #2953FA
Black with #2953FA
Text Example
Text Example
White with #2953FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2953FA; }
p { color: rgb(41,83,250); }
H1.HeaderClassName
{
color: #2953FA;
}
.AnyTagClassName
{
color: #2953FA;
}
</style>
background-color css
<style>
a { background-color: #2953FA; }
a { background-color: rgb(41,83,250); }
div.DivClassName
{
background-color: #2953FA;
}
.BgClassName
{
background-color: #2953FA;
}
</style>
border-color css
<style>
span { border-color: #2953FA; }
span { border-color: rgb(41,83,250); }
td.TdClassName
{
border-color: #2953FA;
}
.TagClassName
{
border-color: #2953FA;
}
</style>