Shades of Neon Blue #2831FA
Tints of Neon Blue #2831FA
RGB
CMYK
RGB Variations
Color information
#2831FA (or 0x2831FA) is known color: Neon Blue. HEX triplet: 28, 31 and FA. RGB value is (40,49,250). Sum of RGB (Red+Green+Blue) = 40+49+250=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #2831FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2831FA is #D7CE05. Grayscale: #444444. Windows color (decimal): -14142982 or 16396584. OLE color: 16396584.
HSL color Cylindrical-coordinate representation of color #2831FA: hue angle of 237.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 #2831FA is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 49 | 250 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.02 |
| HSL | 237.43º | 0.95% | 0.57% | - |
| HSV(B) | 237.43º | 0.84% | 0.98% | - |
| XYZ | 19.23 | 9.55 | 91.27 | - |
| YUV | 69.22 | 230.02 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 250 | 0.84 | 0.80 | 0 | 0.02 | 237.43 | 0.95 | 0.57 |
| Hex | 28 | 31 | FA | 54 | 50 | 0 | 2 | ED | 5F | 39 |
| Octal | 50 | 61 | 372 | 124 | 120 | 0 | 2 | 355 | 137 | 71 |
| Binary | 101000 | 110001 | 11111010 | 1010100 | 1010000 | 0 | 10 | 11101101 | 1011111 | 111001 |
Color Harmonies of #2831FA
Complementary color
Monochromatic Colors of #2831FA
Black with #2831FA
Text Example
Text Example
White with #2831FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831FA; }
p { color: rgb(40,49,250); }
H1.HeaderClassName
{
color: #2831FA;
}
.AnyTagClassName
{
color: #2831FA;
}
</style>
background-color css
<style>
a { background-color: #2831FA; }
a { background-color: rgb(40,49,250); }
div.DivClassName
{
background-color: #2831FA;
}
.BgClassName
{
background-color: #2831FA;
}
</style>
border-color css
<style>
span { border-color: #2831FA; }
span { border-color: rgb(40,49,250); }
td.TdClassName
{
border-color: #2831FA;
}
.TagClassName
{
border-color: #2831FA;
}
</style>