Shades of Neon Blue #2E2EFC
Tints of Neon Blue #2E2EFC
RGB
CMYK
RGB Variations
Color information
#2E2EFC (or 0x2E2EFC) is known color: Neon Blue. HEX triplet: 2E, 2E and FC. RGB value is (46,46,252). Sum of RGB (Red+Green+Blue) = 46+46+252=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E2EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2EFC is #D1D103. Grayscale: #444444. Windows color (decimal): -13750532 or 16526894. OLE color: 16526894.
HSL color Cylindrical-coordinate representation of color #2E2EFC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E2EFC is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 46 | 252 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.58% | - |
| HSV(B) | 240º | 0.82% | 0.99% | - |
| XYZ | 19.67 | 9.56 | 92.9 | - |
| YUV | 69.48 | 231 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 252 | 0.82 | 0.82 | 0 | 0.01 | 240 | 0.97 | 0.58 |
| Hex | 2E | 2E | FC | 52 | 52 | 0 | 1 | F0 | 61 | 3A |
| Octal | 56 | 56 | 374 | 122 | 122 | 0 | 1 | 360 | 141 | 72 |
| Binary | 101110 | 101110 | 11111100 | 1010010 | 1010010 | 0 | 1 | 11110000 | 1100001 | 111010 |
Color Harmonies of #2E2EFC
Complementary color
Monochromatic Colors of #2E2EFC
Black with #2E2EFC
Text Example
Text Example
White with #2E2EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2EFC; }
p { color: rgb(46,46,252); }
H1.HeaderClassName
{
color: #2E2EFC;
}
.AnyTagClassName
{
color: #2E2EFC;
}
</style>
background-color css
<style>
a { background-color: #2E2EFC; }
a { background-color: rgb(46,46,252); }
div.DivClassName
{
background-color: #2E2EFC;
}
.BgClassName
{
background-color: #2E2EFC;
}
</style>
border-color css
<style>
span { border-color: #2E2EFC; }
span { border-color: rgb(46,46,252); }
td.TdClassName
{
border-color: #2E2EFC;
}
.TagClassName
{
border-color: #2E2EFC;
}
</style>