Shades of Neon Blue #2836FF
Tints of Neon Blue #2836FF
RGB
CMYK
RGB Variations
Color information
#2836FF (or 0x2836FF) is known color: Neon Blue. HEX triplet: 28, 36 and FF. RGB value is (40,54,255). Sum of RGB (Red+Green+Blue) = 40+54+255=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #2836FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2836FF is #D7C900. Grayscale: #474747. Windows color (decimal): -14141697 or 16725544. OLE color: 16725544.
HSL color Cylindrical-coordinate representation of color #2836FF: hue angle of 236.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2836FF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 54 | 255 | - |
| CMYK | 0.84 | 0.79 | 0 | 0 |
| HSL | 236.09º | 1% | 0.58% | - |
| HSV(B) | 236.09º | 0.84% | 1% | - |
| XYZ | 20.24 | 10.31 | 95.53 | - |
| YUV | 72.73 | 230.86 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 255 | 0.84 | 0.79 | 0 | 0 | 236.09 | 1 | 0.58 |
| Hex | 28 | 36 | FF | 54 | 4F | 0 | 0 | EC | 64 | 3A |
| Octal | 50 | 66 | 377 | 124 | 117 | 0 | 0 | 354 | 144 | 72 |
| Binary | 101000 | 110110 | 11111111 | 1010100 | 1001111 | 0 | 0 | 11101100 | 1100100 | 111010 |
Color Harmonies of #2836FF
Complementary color
Monochromatic Colors of #2836FF
Black with #2836FF
Text Example
Text Example
White with #2836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2836FF; }
p { color: rgb(40,54,255); }
H1.HeaderClassName
{
color: #2836FF;
}
.AnyTagClassName
{
color: #2836FF;
}
</style>
background-color css
<style>
a { background-color: #2836FF; }
a { background-color: rgb(40,54,255); }
div.DivClassName
{
background-color: #2836FF;
}
.BgClassName
{
background-color: #2836FF;
}
</style>
border-color css
<style>
span { border-color: #2836FF; }
span { border-color: rgb(40,54,255); }
td.TdClassName
{
border-color: #2836FF;
}
.TagClassName
{
border-color: #2836FF;
}
</style>