Shades of Neon Blue #2856FF
Tints of Neon Blue #2856FF
RGB
CMYK
RGB Variations
Color information
#2856FF (or 0x2856FF) is known color: Neon Blue. HEX triplet: 28, 56 and FF. RGB value is (40,86,255). Sum of RGB (Red+Green+Blue) = 40+86+255=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #2856FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2856FF is #D7A900. Grayscale: #5A5A5A. Windows color (decimal): -14133505 or 16733736. OLE color: 16733736.
HSL color Cylindrical-coordinate representation of color #2856FF: hue angle of 227.16º 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 #2856FF is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 86 | 255 | - |
| CMYK | 0.84 | 0.66 | 0 | 0 |
| HSL | 227.16º | 1% | 0.58% | - |
| HSV(B) | 227.16º | 0.84% | 1% | - |
| XYZ | 22.25 | 14.33 | 96.2 | - |
| YUV | 91.51 | 220.26 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 255 | 0.84 | 0.66 | 0 | 0 | 227.16 | 1 | 0.58 |
| Hex | 28 | 56 | FF | 54 | 42 | 0 | 0 | E3 | 64 | 3A |
| Octal | 50 | 126 | 377 | 124 | 102 | 0 | 0 | 343 | 144 | 72 |
| Binary | 101000 | 1010110 | 11111111 | 1010100 | 1000010 | 0 | 0 | 11100011 | 1100100 | 111010 |
Color Harmonies of #2856FF
Complementary color
Monochromatic Colors of #2856FF
Black with #2856FF
Text Example
Text Example
White with #2856FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2856FF; }
p { color: rgb(40,86,255); }
H1.HeaderClassName
{
color: #2856FF;
}
.AnyTagClassName
{
color: #2856FF;
}
</style>
background-color css
<style>
a { background-color: #2856FF; }
a { background-color: rgb(40,86,255); }
div.DivClassName
{
background-color: #2856FF;
}
.BgClassName
{
background-color: #2856FF;
}
</style>
border-color css
<style>
span { border-color: #2856FF; }
span { border-color: rgb(40,86,255); }
td.TdClassName
{
border-color: #2856FF;
}
.TagClassName
{
border-color: #2856FF;
}
</style>