Shades of Neon Blue #2E50FF
Tints of Neon Blue #2E50FF
RGB
CMYK
RGB Variations
Color information
#2E50FF (or 0x2E50FF) is known color: Neon Blue. HEX triplet: 2E, 50 and FF. RGB value is (46,80,255). Sum of RGB (Red+Green+Blue) = 46+80+255=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E50FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E50FF is #D1AF00. Grayscale: #595959. Windows color (decimal): -13741825 or 16732206. OLE color: 16732206.
HSL color Cylindrical-coordinate representation of color #2E50FF: hue angle of 230.24º 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 #2E50FF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 80 | 255 | - |
| CMYK | 0.82 | 0.69 | 0 | 0 |
| HSL | 230.24º | 1% | 0.59% | - |
| HSV(B) | 230.24º | 0.82% | 1% | - |
| XYZ | 22.05 | 13.54 | 96.06 | - |
| YUV | 89.78 | 221.24 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 255 | 0.82 | 0.69 | 0 | 0 | 230.24 | 1 | 0.59 |
| Hex | 2E | 50 | FF | 52 | 45 | 0 | 0 | E6 | 64 | 3B |
| Octal | 56 | 120 | 377 | 122 | 105 | 0 | 0 | 346 | 144 | 73 |
| Binary | 101110 | 1010000 | 11111111 | 1010010 | 1000101 | 0 | 0 | 11100110 | 1100100 | 111011 |
Color Harmonies of #2E50FF
Complementary color
Monochromatic Colors of #2E50FF
Black with #2E50FF
Text Example
Text Example
White with #2E50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E50FF; }
p { color: rgb(46,80,255); }
H1.HeaderClassName
{
color: #2E50FF;
}
.AnyTagClassName
{
color: #2E50FF;
}
</style>
background-color css
<style>
a { background-color: #2E50FF; }
a { background-color: rgb(46,80,255); }
div.DivClassName
{
background-color: #2E50FF;
}
.BgClassName
{
background-color: #2E50FF;
}
</style>
border-color css
<style>
span { border-color: #2E50FF; }
span { border-color: rgb(46,80,255); }
td.TdClassName
{
border-color: #2E50FF;
}
.TagClassName
{
border-color: #2E50FF;
}
</style>