Shades of Neon Blue #2E2FEF
Tints of Neon Blue #2E2FEF
RGB
CMYK
RGB Variations
Color information
#2E2FEF (or 0x2E2FEF) is known color: Neon Blue. HEX triplet: 2E, 2F and EF. RGB value is (46,47,239). Sum of RGB (Red+Green+Blue) = 46+47+239=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 239 (93.75% from 255 or 71.99% from 332); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E2FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2FEF is #D1D010. Grayscale: #434343. Windows color (decimal): -13750289 or 15675182. OLE color: 15675182.
HSL color Cylindrical-coordinate representation of color #2E2FEF: hue angle of 239.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E2FEF is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 47 | 239 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.06 |
| HSL | 239.69º | 0.86% | 0.56% | - |
| HSV(B) | 239.69º | 0.81% | 0.94% | - |
| XYZ | 17.72 | 8.85 | 82.43 | - |
| YUV | 68.59 | 224.17 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 239 | 0.81 | 0.80 | 0 | 0.06 | 239.69 | 0.86 | 0.56 |
| Hex | 2E | 2F | EF | 51 | 50 | 0 | 6 | F0 | 56 | 38 |
| Octal | 56 | 57 | 357 | 121 | 120 | 0 | 6 | 360 | 126 | 70 |
| Binary | 101110 | 101111 | 11101111 | 1010001 | 1010000 | 0 | 110 | 11110000 | 1010110 | 111000 |
Color Harmonies of #2E2FEF
Complementary color
Monochromatic Colors of #2E2FEF
Black with #2E2FEF
Text Example
Text Example
White with #2E2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FEF; }
p { color: rgb(46,47,239); }
H1.HeaderClassName
{
color: #2E2FEF;
}
.AnyTagClassName
{
color: #2E2FEF;
}
</style>
background-color css
<style>
a { background-color: #2E2FEF; }
a { background-color: rgb(46,47,239); }
div.DivClassName
{
background-color: #2E2FEF;
}
.BgClassName
{
background-color: #2E2FEF;
}
</style>
border-color css
<style>
span { border-color: #2E2FEF; }
span { border-color: rgb(46,47,239); }
td.TdClassName
{
border-color: #2E2FEF;
}
.TagClassName
{
border-color: #2E2FEF;
}
</style>