Shades of Neon Blue #2940FD
Tints of Neon Blue #2940FD
RGB
CMYK
RGB Variations
Color information
#2940FD (or 0x2940FD) is known color: Neon Blue. HEX triplet: 29, 40 and FD. RGB value is (41,64,253). Sum of RGB (Red+Green+Blue) = 41+64+253=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #2940FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2940FD is #D6BF02. Grayscale: #4D4D4D. Windows color (decimal): -14073603 or 16597033. OLE color: 16597033.
HSL color Cylindrical-coordinate representation of color #2940FD: hue angle of 233.49º 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 #2940FD is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 64 | 253 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.01 |
| HSL | 233.49º | 0.98% | 0.58% | - |
| HSV(B) | 233.49º | 0.84% | 0.99% | - |
| XYZ | 20.48 | 11.23 | 94.02 | - |
| YUV | 78.67 | 226.38 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 64 | 253 | 0.84 | 0.75 | 0 | 0.01 | 233.49 | 0.98 | 0.58 |
| Hex | 29 | 40 | FD | 54 | 4B | 0 | 1 | E9 | 62 | 3A |
| Octal | 51 | 100 | 375 | 124 | 113 | 0 | 1 | 351 | 142 | 72 |
| Binary | 101001 | 1000000 | 11111101 | 1010100 | 1001011 | 0 | 1 | 11101001 | 1100010 | 111010 |
Color Harmonies of #2940FD
Complementary color
Monochromatic Colors of #2940FD
Black with #2940FD
Text Example
Text Example
White with #2940FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2940FD; }
p { color: rgb(41,64,253); }
H1.HeaderClassName
{
color: #2940FD;
}
.AnyTagClassName
{
color: #2940FD;
}
</style>
background-color css
<style>
a { background-color: #2940FD; }
a { background-color: rgb(41,64,253); }
div.DivClassName
{
background-color: #2940FD;
}
.BgClassName
{
background-color: #2940FD;
}
</style>
border-color css
<style>
span { border-color: #2940FD; }
span { border-color: rgb(41,64,253); }
td.TdClassName
{
border-color: #2940FD;
}
.TagClassName
{
border-color: #2940FD;
}
</style>