Shades of Neon Blue #2833FF
Tints of Neon Blue #2833FF
RGB
CMYK
RGB Variations
Color information
#2833FF (or 0x2833FF) is known color: Neon Blue. HEX triplet: 28, 33 and FF. RGB value is (40,51,255). Sum of RGB (Red+Green+Blue) = 40+51+255=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #2833FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2833FF is #D7CC00. Grayscale: #464646. Windows color (decimal): -14142465 or 16724776. OLE color: 16724776.
HSL color Cylindrical-coordinate representation of color #2833FF: hue angle of 236.93º 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 #2833FF is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 51 | 255 | - |
| CMYK | 0.84 | 0.8 | 0 | 0 |
| HSL | 236.93º | 1% | 0.58% | - |
| HSV(B) | 236.93º | 0.84% | 1% | - |
| XYZ | 20.11 | 10.04 | 95.49 | - |
| YUV | 70.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 255 | 0.84 | 0.8 | 0 | 0 | 236.93 | 1 | 0.58 |
| Hex | 28 | 33 | FF | 54 | 50 | 0 | 0 | ED | 64 | 3A |
| Octal | 50 | 63 | 377 | 124 | 120 | 0 | 0 | 355 | 144 | 72 |
| Binary | 101000 | 110011 | 11111111 | 1010100 | 1010000 | 0 | 0 | 11101101 | 1100100 | 111010 |
Color Harmonies of #2833FF
Complementary color
Monochromatic Colors of #2833FF
Black with #2833FF
Text Example
Text Example
White with #2833FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833FF; }
p { color: rgb(40,51,255); }
H1.HeaderClassName
{
color: #2833FF;
}
.AnyTagClassName
{
color: #2833FF;
}
</style>
background-color css
<style>
a { background-color: #2833FF; }
a { background-color: rgb(40,51,255); }
div.DivClassName
{
background-color: #2833FF;
}
.BgClassName
{
background-color: #2833FF;
}
</style>
border-color css
<style>
span { border-color: #2833FF; }
span { border-color: rgb(40,51,255); }
td.TdClassName
{
border-color: #2833FF;
}
.TagClassName
{
border-color: #2833FF;
}
</style>