Shades of Neon Blue #2746EF
Tints of Neon Blue #2746EF
RGB
CMYK
RGB Variations
Color information
#2746EF (or 0x2746EF) is known color: Neon Blue. HEX triplet: 27, 46 and EF. RGB value is (39,70,239). Sum of RGB (Red+Green+Blue) = 39+70+239=348 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.21% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #2746EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2746EF is #D8B910. Grayscale: #4F4F4F. Windows color (decimal): -14203153 or 15681063. OLE color: 15681063.
HSL color Cylindrical-coordinate representation of color #2746EF: hue angle of 230.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2746EF is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 70 | 239 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.06 |
| HSL | 230.7º | 0.86% | 0.55% | - |
| HSV(B) | 230.7º | 0.84% | 0.94% | - |
| XYZ | 18.61 | 11.04 | 82.81 | - |
| YUV | 80 | 217.73 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 239 | 0.84 | 0.71 | 0 | 0.06 | 230.7 | 0.86 | 0.55 |
| Hex | 27 | 46 | EF | 54 | 47 | 0 | 6 | E7 | 56 | 37 |
| Octal | 47 | 106 | 357 | 124 | 107 | 0 | 6 | 347 | 126 | 67 |
| Binary | 100111 | 1000110 | 11101111 | 1010100 | 1000111 | 0 | 110 | 11100111 | 1010110 | 110111 |
Color Harmonies of #2746EF
Complementary color
Monochromatic Colors of #2746EF
Black with #2746EF
Text Example
Text Example
White with #2746EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746EF; }
p { color: rgb(39,70,239); }
H1.HeaderClassName
{
color: #2746EF;
}
.AnyTagClassName
{
color: #2746EF;
}
</style>
background-color css
<style>
a { background-color: #2746EF; }
a { background-color: rgb(39,70,239); }
div.DivClassName
{
background-color: #2746EF;
}
.BgClassName
{
background-color: #2746EF;
}
</style>
border-color css
<style>
span { border-color: #2746EF; }
span { border-color: rgb(39,70,239); }
td.TdClassName
{
border-color: #2746EF;
}
.TagClassName
{
border-color: #2746EF;
}
</style>