Shades of Neon Blue #2831EF
Tints of Neon Blue #2831EF
RGB
CMYK
RGB Variations
Color information
#2831EF (or 0x2831EF) is known color: Neon Blue. HEX triplet: 28, 31 and EF. RGB value is (40,49,239). Sum of RGB (Red+Green+Blue) = 40+49+239=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #2831EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2831EF is #D7CE10. Grayscale: #434343. Windows color (decimal): -14142993 or 15675688. OLE color: 15675688.
HSL color Cylindrical-coordinate representation of color #2831EF: hue angle of 237.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2831EF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 49 | 239 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.06 |
| HSL | 237.29º | 0.86% | 0.55% | - |
| HSV(B) | 237.29º | 0.83% | 0.94% | - |
| XYZ | 17.55 | 8.88 | 82.45 | - |
| YUV | 67.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 239 | 0.83 | 0.79 | 0 | 0.06 | 237.29 | 0.86 | 0.55 |
| Hex | 28 | 31 | EF | 53 | 4F | 0 | 6 | ED | 56 | 37 |
| Octal | 50 | 61 | 357 | 123 | 117 | 0 | 6 | 355 | 126 | 67 |
| Binary | 101000 | 110001 | 11101111 | 1010011 | 1001111 | 0 | 110 | 11101101 | 1010110 | 110111 |
Color Harmonies of #2831EF
Complementary color
Monochromatic Colors of #2831EF
Black with #2831EF
Text Example
Text Example
White with #2831EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2831EF; }
p { color: rgb(40,49,239); }
H1.HeaderClassName
{
color: #2831EF;
}
.AnyTagClassName
{
color: #2831EF;
}
</style>
background-color css
<style>
a { background-color: #2831EF; }
a { background-color: rgb(40,49,239); }
div.DivClassName
{
background-color: #2831EF;
}
.BgClassName
{
background-color: #2831EF;
}
</style>
border-color css
<style>
span { border-color: #2831EF; }
span { border-color: rgb(40,49,239); }
td.TdClassName
{
border-color: #2831EF;
}
.TagClassName
{
border-color: #2831EF;
}
</style>