Shades of Neon Blue #2841FE
Tints of Neon Blue #2841FE
RGB
CMYK
RGB Variations
Color information
#2841FE (or 0x2841FE) is known color: Neon Blue. HEX triplet: 28, 41 and FE. RGB value is (40,65,254). Sum of RGB (Red+Green+Blue) = 40+65+254=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #2841FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2841FE is #D7BE01. Grayscale: #4E4E4E. Windows color (decimal): -14138882 or 16662824. OLE color: 16662824.
HSL color Cylindrical-coordinate representation of color #2841FE: hue angle of 232.99º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2841FE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 65 | 254 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.00 |
| HSL | 232.99º | 0.99% | 0.58% | - |
| HSV(B) | 232.99º | 0.84% | 1% | - |
| XYZ | 20.65 | 11.39 | 94.88 | - |
| YUV | 79.07 | 226.72 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 254 | 0.84 | 0.74 | 0 | 0.00 | 232.99 | 0.99 | 0.58 |
| Hex | 28 | 41 | FE | 54 | 4A | 0 | 0 | E9 | 63 | 3A |
| Octal | 50 | 101 | 376 | 124 | 112 | 0 | 0 | 351 | 143 | 72 |
| Binary | 101000 | 1000001 | 11111110 | 1010100 | 1001010 | 0 | 0 | 11101001 | 1100011 | 111010 |
Color Harmonies of #2841FE
Complementary color
Monochromatic Colors of #2841FE
Black with #2841FE
Text Example
Text Example
White with #2841FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2841FE; }
p { color: rgb(40,65,254); }
H1.HeaderClassName
{
color: #2841FE;
}
.AnyTagClassName
{
color: #2841FE;
}
</style>
background-color css
<style>
a { background-color: #2841FE; }
a { background-color: rgb(40,65,254); }
div.DivClassName
{
background-color: #2841FE;
}
.BgClassName
{
background-color: #2841FE;
}
</style>
border-color css
<style>
span { border-color: #2841FE; }
span { border-color: rgb(40,65,254); }
td.TdClassName
{
border-color: #2841FE;
}
.TagClassName
{
border-color: #2841FE;
}
</style>