Shades of Neon Blue #2833EF
Tints of Neon Blue #2833EF
RGB
CMYK
RGB Variations
Color information
#2833EF (or 0x2833EF) is known color: Neon Blue. HEX triplet: 28, 33 and EF. RGB value is (40,51,239). Sum of RGB (Red+Green+Blue) = 40+51+239=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #2833EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2833EF is #D7CC10. Grayscale: #444444. Windows color (decimal): -14142481 or 15676200. OLE color: 15676200.
HSL color Cylindrical-coordinate representation of color #2833EF: hue angle of 236.68º 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 #2833EF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 51 | 239 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.06 |
| HSL | 236.68º | 0.86% | 0.55% | - |
| HSV(B) | 236.68º | 0.83% | 0.94% | - |
| XYZ | 17.64 | 9.05 | 82.48 | - |
| YUV | 69.14 | 223.86 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 51 | 239 | 0.83 | 0.79 | 0 | 0.06 | 236.68 | 0.86 | 0.55 |
| Hex | 28 | 33 | EF | 53 | 4F | 0 | 6 | ED | 56 | 37 |
| Octal | 50 | 63 | 357 | 123 | 117 | 0 | 6 | 355 | 126 | 67 |
| Binary | 101000 | 110011 | 11101111 | 1010011 | 1001111 | 0 | 110 | 11101101 | 1010110 | 110111 |
Color Harmonies of #2833EF
Complementary color
Monochromatic Colors of #2833EF
Black with #2833EF
Text Example
Text Example
White with #2833EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2833EF; }
p { color: rgb(40,51,239); }
H1.HeaderClassName
{
color: #2833EF;
}
.AnyTagClassName
{
color: #2833EF;
}
</style>
background-color css
<style>
a { background-color: #2833EF; }
a { background-color: rgb(40,51,239); }
div.DivClassName
{
background-color: #2833EF;
}
.BgClassName
{
background-color: #2833EF;
}
</style>
border-color css
<style>
span { border-color: #2833EF; }
span { border-color: rgb(40,51,239); }
td.TdClassName
{
border-color: #2833EF;
}
.TagClassName
{
border-color: #2833EF;
}
</style>