Shades of Neon Blue #2746EC
Tints of Neon Blue #2746EC
RGB
CMYK
RGB Variations
Color information
#2746EC (or 0x2746EC) is known color: Neon Blue. HEX triplet: 27, 46 and EC. RGB value is (39,70,236). Sum of RGB (Red+Green+Blue) = 39+70+236=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #2746EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2746EC is #D8B913. Grayscale: #4E4E4E. Windows color (decimal): -14203156 or 15484455. OLE color: 15484455.
HSL color Cylindrical-coordinate representation of color #2746EC: hue angle of 230.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2746EC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 70 | 236 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.07 |
| HSL | 230.56º | 0.84% | 0.54% | - |
| HSV(B) | 230.56º | 0.83% | 0.93% | - |
| XYZ | 18.17 | 10.87 | 80.5 | - |
| YUV | 79.66 | 216.23 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 236 | 0.83 | 0.70 | 0 | 0.07 | 230.56 | 0.84 | 0.54 |
| Hex | 27 | 46 | EC | 53 | 46 | 0 | 7 | E7 | 54 | 36 |
| Octal | 47 | 106 | 354 | 123 | 106 | 0 | 7 | 347 | 124 | 66 |
| Binary | 100111 | 1000110 | 11101100 | 1010011 | 1000110 | 0 | 111 | 11100111 | 1010100 | 110110 |
Color Harmonies of #2746EC
Complementary color
Monochromatic Colors of #2746EC
Black with #2746EC
Text Example
Text Example
White with #2746EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746EC; }
p { color: rgb(39,70,236); }
H1.HeaderClassName
{
color: #2746EC;
}
.AnyTagClassName
{
color: #2746EC;
}
</style>
background-color css
<style>
a { background-color: #2746EC; }
a { background-color: rgb(39,70,236); }
div.DivClassName
{
background-color: #2746EC;
}
.BgClassName
{
background-color: #2746EC;
}
</style>
border-color css
<style>
span { border-color: #2746EC; }
span { border-color: rgb(39,70,236); }
td.TdClassName
{
border-color: #2746EC;
}
.TagClassName
{
border-color: #2746EC;
}
</style>