Shades of Neon Blue #2943FA
Tints of Neon Blue #2943FA
RGB
CMYK
RGB Variations
Color information
#2943FA (or 0x2943FA) is known color: Neon Blue. HEX triplet: 29, 43 and FA. RGB value is (41,67,250). Sum of RGB (Red+Green+Blue) = 41+67+250=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 250 (98.05% from 255 or 69.83% from 358); Max value from RGB is 250 - color contains mainly: blue. Hex color #2943FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2943FA is #D6BC05. Grayscale: #4F4F4F. Windows color (decimal): -14072838 or 16401193. OLE color: 16401193.
HSL color Cylindrical-coordinate representation of color #2943FA: hue angle of 232.54º 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 #2943FA is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 67 | 250 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.02 |
| HSL | 232.54º | 0.95% | 0.57% | - |
| HSV(B) | 232.54º | 0.84% | 0.98% | - |
| XYZ | 20.18 | 11.39 | 91.58 | - |
| YUV | 80.09 | 223.89 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 250 | 0.84 | 0.73 | 0 | 0.02 | 232.54 | 0.95 | 0.57 |
| Hex | 29 | 43 | FA | 54 | 49 | 0 | 2 | E9 | 5F | 39 |
| Octal | 51 | 103 | 372 | 124 | 111 | 0 | 2 | 351 | 137 | 71 |
| Binary | 101001 | 1000011 | 11111010 | 1010100 | 1001001 | 0 | 10 | 11101001 | 1011111 | 111001 |
Color Harmonies of #2943FA
Complementary color
Monochromatic Colors of #2943FA
Black with #2943FA
Text Example
Text Example
White with #2943FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2943FA; }
p { color: rgb(41,67,250); }
H1.HeaderClassName
{
color: #2943FA;
}
.AnyTagClassName
{
color: #2943FA;
}
</style>
background-color css
<style>
a { background-color: #2943FA; }
a { background-color: rgb(41,67,250); }
div.DivClassName
{
background-color: #2943FA;
}
.BgClassName
{
background-color: #2943FA;
}
</style>
border-color css
<style>
span { border-color: #2943FA; }
span { border-color: rgb(41,67,250); }
td.TdClassName
{
border-color: #2943FA;
}
.TagClassName
{
border-color: #2943FA;
}
</style>