Shades of Neon Blue #2E2DFF
Tints of Neon Blue #2E2DFF
RGB
CMYK
RGB Variations
Color information
#2E2DFF (or 0x2E2DFF) is known color: Neon Blue. HEX triplet: 2E, 2D and FF. RGB value is (46,45,255). Sum of RGB (Red+Green+Blue) = 46+45+255=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E2DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2DFF is #D1D200. Grayscale: #444444. Windows color (decimal): -13750785 or 16723246. OLE color: 16723246.
HSL color Cylindrical-coordinate representation of color #2E2DFF: hue angle of 240.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E2DFF is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 45 | 255 | - |
| CMYK | 0.82 | 0.82 | 0 | 0 |
| HSL | 240.29º | 1% | 0.59% | - |
| HSV(B) | 240.29º | 0.82% | 1% | - |
| XYZ | 20.12 | 9.68 | 95.42 | - |
| YUV | 69.24 | 232.83 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 255 | 0.82 | 0.82 | 0 | 0 | 240.29 | 1 | 0.59 |
| Hex | 2E | 2D | FF | 52 | 52 | 0 | 0 | F0 | 64 | 3B |
| Octal | 56 | 55 | 377 | 122 | 122 | 0 | 0 | 360 | 144 | 73 |
| Binary | 101110 | 101101 | 11111111 | 1010010 | 1010010 | 0 | 0 | 11110000 | 1100100 | 111011 |
Color Harmonies of #2E2DFF
Complementary color
Monochromatic Colors of #2E2DFF
Black with #2E2DFF
Text Example
Text Example
White with #2E2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2DFF; }
p { color: rgb(46,45,255); }
H1.HeaderClassName
{
color: #2E2DFF;
}
.AnyTagClassName
{
color: #2E2DFF;
}
</style>
background-color css
<style>
a { background-color: #2E2DFF; }
a { background-color: rgb(46,45,255); }
div.DivClassName
{
background-color: #2E2DFF;
}
.BgClassName
{
background-color: #2E2DFF;
}
</style>
border-color css
<style>
span { border-color: #2E2DFF; }
span { border-color: rgb(46,45,255); }
td.TdClassName
{
border-color: #2E2DFF;
}
.TagClassName
{
border-color: #2E2DFF;
}
</style>