Shades of Neon Blue #2842FA
Tints of Neon Blue #2842FA
RGB
CMYK
RGB Variations
Color information
#2842FA (or 0x2842FA) is known color: Neon Blue. HEX triplet: 28, 42 and FA. RGB value is (40,66,250). Sum of RGB (Red+Green+Blue) = 40+66+250=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #2842FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2842FA is #D7BD05. Grayscale: #4E4E4E. Windows color (decimal): -14138630 or 16400936. OLE color: 16400936.
HSL color Cylindrical-coordinate representation of color #2842FA: hue angle of 232.57º 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 #2842FA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 66 | 250 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.02 |
| HSL | 232.57º | 0.95% | 0.57% | - |
| HSV(B) | 232.57º | 0.84% | 0.98% | - |
| XYZ | 20.08 | 11.25 | 91.56 | - |
| YUV | 79.2 | 224.39 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 250 | 0.84 | 0.74 | 0 | 0.02 | 232.57 | 0.95 | 0.57 |
| Hex | 28 | 42 | FA | 54 | 4A | 0 | 2 | E9 | 5F | 39 |
| Octal | 50 | 102 | 372 | 124 | 112 | 0 | 2 | 351 | 137 | 71 |
| Binary | 101000 | 1000010 | 11111010 | 1010100 | 1001010 | 0 | 10 | 11101001 | 1011111 | 111001 |
Color Harmonies of #2842FA
Complementary color
Monochromatic Colors of #2842FA
Black with #2842FA
Text Example
Text Example
White with #2842FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2842FA; }
p { color: rgb(40,66,250); }
H1.HeaderClassName
{
color: #2842FA;
}
.AnyTagClassName
{
color: #2842FA;
}
</style>
background-color css
<style>
a { background-color: #2842FA; }
a { background-color: rgb(40,66,250); }
div.DivClassName
{
background-color: #2842FA;
}
.BgClassName
{
background-color: #2842FA;
}
</style>
border-color css
<style>
span { border-color: #2842FA; }
span { border-color: rgb(40,66,250); }
td.TdClassName
{
border-color: #2842FA;
}
.TagClassName
{
border-color: #2842FA;
}
</style>