Shades of Neon Blue #2842FE
Tints of Neon Blue #2842FE
RGB
CMYK
RGB Variations
Color information
#2842FE (or 0x2842FE) is known color: Neon Blue. HEX triplet: 28, 42 and FE. RGB value is (40,66,254). Sum of RGB (Red+Green+Blue) = 40+66+254=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #2842FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2842FE is #D7BD01. Grayscale: #4E4E4E. Windows color (decimal): -14138626 or 16663080. OLE color: 16663080.
HSL color Cylindrical-coordinate representation of color #2842FE: hue angle of 232.71º 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 #2842FE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 66 | 254 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.00 |
| HSL | 232.71º | 0.99% | 0.58% | - |
| HSV(B) | 232.71º | 0.84% | 1% | - |
| XYZ | 20.71 | 11.5 | 94.89 | - |
| YUV | 79.66 | 226.39 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 254 | 0.84 | 0.74 | 0 | 0.00 | 232.71 | 0.99 | 0.58 |
| Hex | 28 | 42 | FE | 54 | 4A | 0 | 0 | E9 | 63 | 3A |
| Octal | 50 | 102 | 376 | 124 | 112 | 0 | 0 | 351 | 143 | 72 |
| Binary | 101000 | 1000010 | 11111110 | 1010100 | 1001010 | 0 | 0 | 11101001 | 1100011 | 111010 |
Color Harmonies of #2842FE
Complementary color
Monochromatic Colors of #2842FE
Black with #2842FE
Text Example
Text Example
White with #2842FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842FE; }
p { color: rgb(40,66,254); }
H1.HeaderClassName
{
color: #2842FE;
}
.AnyTagClassName
{
color: #2842FE;
}
</style>
background-color css
<style>
a { background-color: #2842FE; }
a { background-color: rgb(40,66,254); }
div.DivClassName
{
background-color: #2842FE;
}
.BgClassName
{
background-color: #2842FE;
}
</style>
border-color css
<style>
span { border-color: #2842FE; }
span { border-color: rgb(40,66,254); }
td.TdClassName
{
border-color: #2842FE;
}
.TagClassName
{
border-color: #2842FE;
}
</style>