Shades of Neon Blue #2E2FEB
Tints of Neon Blue #2E2FEB
RGB
CMYK
RGB Variations
Color information
#2E2FEB (or 0x2E2FEB) is known color: Neon Blue. HEX triplet: 2E, 2F and EB. RGB value is (46,47,235). Sum of RGB (Red+Green+Blue) = 46+47+235=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2FEB is #D1D014. Grayscale: #434343. Windows color (decimal): -13750293 or 15413038. OLE color: 15413038.
HSL color Cylindrical-coordinate representation of color #2E2FEB: hue angle of 239.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2FEB is Cyan = 0.80, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 47 | 235 | - |
| CMYK | 0.80 | 0.8 | 0 | 0.08 |
| HSL | 239.68º | 0.83% | 0.55% | - |
| HSV(B) | 239.68º | 0.8% | 0.92% | - |
| XYZ | 17.14 | 8.61 | 79.36 | - |
| YUV | 68.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 235 | 0.80 | 0.8 | 0 | 0.08 | 239.68 | 0.83 | 0.55 |
| Hex | 2E | 2F | EB | 50 | 50 | 0 | 8 | F0 | 53 | 37 |
| Octal | 56 | 57 | 353 | 120 | 120 | 0 | 10 | 360 | 123 | 67 |
| Binary | 101110 | 101111 | 11101011 | 1010000 | 1010000 | 0 | 1000 | 11110000 | 1010011 | 110111 |
Color Harmonies of #2E2FEB
Complementary color
Monochromatic Colors of #2E2FEB
Black with #2E2FEB
Text Example
Text Example
White with #2E2FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FEB; }
p { color: rgb(46,47,235); }
H1.HeaderClassName
{
color: #2E2FEB;
}
.AnyTagClassName
{
color: #2E2FEB;
}
</style>
background-color css
<style>
a { background-color: #2E2FEB; }
a { background-color: rgb(46,47,235); }
div.DivClassName
{
background-color: #2E2FEB;
}
.BgClassName
{
background-color: #2E2FEB;
}
</style>
border-color css
<style>
span { border-color: #2E2FEB; }
span { border-color: rgb(46,47,235); }
td.TdClassName
{
border-color: #2E2FEB;
}
.TagClassName
{
border-color: #2E2FEB;
}
</style>