Shades of Neon Blue #2E2CFF
Tints of Neon Blue #2E2CFF
RGB
CMYK
RGB Variations
Color information
#2E2CFF (or 0x2E2CFF) is known color: Neon Blue. HEX triplet: 2E, 2C and FF. RGB value is (46,44,255). Sum of RGB (Red+Green+Blue) = 46+44+255=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E2CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2CFF is #D1D300. Grayscale: #434343. Windows color (decimal): -13751041 or 16722990. OLE color: 16722990.
HSL color Cylindrical-coordinate representation of color #2E2CFF: hue angle of 240.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2CFF is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 44 | 255 | - |
| CMYK | 0.82 | 0.83 | 0 | 0 |
| HSL | 240.57º | 1% | 0.59% | - |
| HSV(B) | 240.57º | 0.83% | 1% | - |
| XYZ | 20.08 | 9.6 | 95.4 | - |
| YUV | 68.65 | 233.16 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 255 | 0.82 | 0.83 | 0 | 0 | 240.57 | 1 | 0.59 |
| Hex | 2E | 2C | FF | 52 | 53 | 0 | 0 | F1 | 64 | 3B |
| Octal | 56 | 54 | 377 | 122 | 123 | 0 | 0 | 361 | 144 | 73 |
| Binary | 101110 | 101100 | 11111111 | 1010010 | 1010011 | 0 | 0 | 11110001 | 1100100 | 111011 |
Color Harmonies of #2E2CFF
Complementary color
Monochromatic Colors of #2E2CFF
Black with #2E2CFF
Text Example
Text Example
White with #2E2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CFF; }
p { color: rgb(46,44,255); }
H1.HeaderClassName
{
color: #2E2CFF;
}
.AnyTagClassName
{
color: #2E2CFF;
}
</style>
background-color css
<style>
a { background-color: #2E2CFF; }
a { background-color: rgb(46,44,255); }
div.DivClassName
{
background-color: #2E2CFF;
}
.BgClassName
{
background-color: #2E2CFF;
}
</style>
border-color css
<style>
span { border-color: #2E2CFF; }
span { border-color: rgb(46,44,255); }
td.TdClassName
{
border-color: #2E2CFF;
}
.TagClassName
{
border-color: #2E2CFF;
}
</style>