Shades of Neon Blue #2841FD
Tints of Neon Blue #2841FD
RGB
CMYK
RGB Variations
Color information
#2841FD (or 0x2841FD) is known color: Neon Blue. HEX triplet: 28, 41 and FD. RGB value is (40,65,253). Sum of RGB (Red+Green+Blue) = 40+65+253=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 65 (25.78% from 255 or 18.16% 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 #2841FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2841FD is #D7BE02. Grayscale: #4E4E4E. Windows color (decimal): -14138883 or 16597288. OLE color: 16597288.
HSL color Cylindrical-coordinate representation of color #2841FD: hue angle of 232.96º degrees, saturation: 0.98, 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 #2841FD is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 65 | 253 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.01 |
| HSL | 232.96º | 0.98% | 0.57% | - |
| HSV(B) | 232.96º | 0.84% | 0.99% | - |
| XYZ | 20.49 | 11.32 | 94.03 | - |
| YUV | 78.96 | 226.22 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 253 | 0.84 | 0.74 | 0 | 0.01 | 232.96 | 0.98 | 0.57 |
| Hex | 28 | 41 | FD | 54 | 4A | 0 | 1 | E9 | 62 | 39 |
| Octal | 50 | 101 | 375 | 124 | 112 | 0 | 1 | 351 | 142 | 71 |
| Binary | 101000 | 1000001 | 11111101 | 1010100 | 1001010 | 0 | 1 | 11101001 | 1100010 | 111001 |
Color Harmonies of #2841FD
Complementary color
Monochromatic Colors of #2841FD
Black with #2841FD
Text Example
Text Example
White with #2841FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2841FD; }
p { color: rgb(40,65,253); }
H1.HeaderClassName
{
color: #2841FD;
}
.AnyTagClassName
{
color: #2841FD;
}
</style>
background-color css
<style>
a { background-color: #2841FD; }
a { background-color: rgb(40,65,253); }
div.DivClassName
{
background-color: #2841FD;
}
.BgClassName
{
background-color: #2841FD;
}
</style>
border-color css
<style>
span { border-color: #2841FD; }
span { border-color: rgb(40,65,253); }
td.TdClassName
{
border-color: #2841FD;
}
.TagClassName
{
border-color: #2841FD;
}
</style>