Shades of Neon Blue #2E32EF
Tints of Neon Blue #2E32EF
RGB
CMYK
RGB Variations
Color information
#2E32EF (or 0x2E32EF) is known color: Neon Blue. HEX triplet: 2E, 32 and EF. RGB value is (46,50,239). Sum of RGB (Red+Green+Blue) = 46+50+239=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E32EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E32EF is #D1CD10. Grayscale: #454545. Windows color (decimal): -13749521 or 15675950. OLE color: 15675950.
HSL color Cylindrical-coordinate representation of color #2E32EF: hue angle of 238.76º 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 #2E32EF is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 50 | 239 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.06 |
| HSL | 238.76º | 0.86% | 0.56% | - |
| HSV(B) | 238.76º | 0.81% | 0.94% | - |
| XYZ | 17.85 | 9.09 | 82.48 | - |
| YUV | 70.35 | 223.17 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 239 | 0.81 | 0.79 | 0 | 0.06 | 238.76 | 0.86 | 0.56 |
| Hex | 2E | 32 | EF | 51 | 4F | 0 | 6 | EF | 56 | 38 |
| Octal | 56 | 62 | 357 | 121 | 117 | 0 | 6 | 357 | 126 | 70 |
| Binary | 101110 | 110010 | 11101111 | 1010001 | 1001111 | 0 | 110 | 11101111 | 1010110 | 111000 |
Color Harmonies of #2E32EF
Complementary color
Monochromatic Colors of #2E32EF
Black with #2E32EF
Text Example
Text Example
White with #2E32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E32EF; }
p { color: rgb(46,50,239); }
H1.HeaderClassName
{
color: #2E32EF;
}
.AnyTagClassName
{
color: #2E32EF;
}
</style>
background-color css
<style>
a { background-color: #2E32EF; }
a { background-color: rgb(46,50,239); }
div.DivClassName
{
background-color: #2E32EF;
}
.BgClassName
{
background-color: #2E32EF;
}
</style>
border-color css
<style>
span { border-color: #2E32EF; }
span { border-color: rgb(46,50,239); }
td.TdClassName
{
border-color: #2E32EF;
}
.TagClassName
{
border-color: #2E32EF;
}
</style>