Shades of Neon Blue #2846FA
Tints of Neon Blue #2846FA
RGB
CMYK
RGB Variations
Color information
#2846FA (or 0x2846FA) is known color: Neon Blue. HEX triplet: 28, 46 and FA. RGB value is (40,70,250). Sum of RGB (Red+Green+Blue) = 40+70+250=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #2846FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2846FA is #D7B905. Grayscale: #505050. Windows color (decimal): -14137606 or 16401960. OLE color: 16401960.
HSL color Cylindrical-coordinate representation of color #2846FA: hue angle of 231.43º 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 #2846FA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 70 | 250 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.02 |
| HSL | 231.43º | 0.95% | 0.57% | - |
| HSV(B) | 231.43º | 0.84% | 0.98% | - |
| XYZ | 20.32 | 11.73 | 91.64 | - |
| YUV | 81.55 | 223.06 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 250 | 0.84 | 0.72 | 0 | 0.02 | 231.43 | 0.95 | 0.57 |
| Hex | 28 | 46 | FA | 54 | 48 | 0 | 2 | E7 | 5F | 39 |
| Octal | 50 | 106 | 372 | 124 | 110 | 0 | 2 | 347 | 137 | 71 |
| Binary | 101000 | 1000110 | 11111010 | 1010100 | 1001000 | 0 | 10 | 11100111 | 1011111 | 111001 |
Color Harmonies of #2846FA
Complementary color
Monochromatic Colors of #2846FA
Black with #2846FA
Text Example
Text Example
White with #2846FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846FA; }
p { color: rgb(40,70,250); }
H1.HeaderClassName
{
color: #2846FA;
}
.AnyTagClassName
{
color: #2846FA;
}
</style>
background-color css
<style>
a { background-color: #2846FA; }
a { background-color: rgb(40,70,250); }
div.DivClassName
{
background-color: #2846FA;
}
.BgClassName
{
background-color: #2846FA;
}
</style>
border-color css
<style>
span { border-color: #2846FA; }
span { border-color: rgb(40,70,250); }
td.TdClassName
{
border-color: #2846FA;
}
.TagClassName
{
border-color: #2846FA;
}
</style>