Shades of Neon Blue #2740E9
Tints of Neon Blue #2740E9
RGB
CMYK
RGB Variations
Color information
#2740E9 (or 0x2740E9) is known color: Neon Blue. HEX triplet: 27, 40 and E9. RGB value is (39,64,233). Sum of RGB (Red+Green+Blue) = 39+64+233=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 233 (91.41% from 255 or 69.35% from 336); Max value from RGB is 233 - color contains mainly: blue. Hex color #2740E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740E9 is #D8BF16. Grayscale: #4B4B4B. Windows color (decimal): -14204695 or 15286311. OLE color: 15286311.
HSL color Cylindrical-coordinate representation of color #2740E9: hue angle of 232.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2740E9 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 39 | 64 | 233 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.09 |
| HSL | 232.27º | 0.82% | 0.53% | - |
| HSV(B) | 232.27º | 0.83% | 0.91% | - |
| XYZ | 17.38 | 9.98 | 78.1 | - |
| YUV | 75.79 | 216.72 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 233 | 0.83 | 0.73 | 0 | 0.09 | 232.27 | 0.82 | 0.53 |
| Hex | 27 | 40 | E9 | 53 | 49 | 0 | 9 | E8 | 52 | 35 |
| Octal | 47 | 100 | 351 | 123 | 111 | 0 | 11 | 350 | 122 | 65 |
| Binary | 100111 | 1000000 | 11101001 | 1010011 | 1001001 | 0 | 1001 | 11101000 | 1010010 | 110101 |
Color Harmonies of #2740E9
Complementary color
Monochromatic Colors of #2740E9
Black with #2740E9
Text Example
Text Example
White with #2740E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2740E9; }
p { color: rgb(39,64,233); }
H1.HeaderClassName
{
color: #2740E9;
}
.AnyTagClassName
{
color: #2740E9;
}
</style>
background-color css
<style>
a { background-color: #2740E9; }
a { background-color: rgb(39,64,233); }
div.DivClassName
{
background-color: #2740E9;
}
.BgClassName
{
background-color: #2740E9;
}
</style>
border-color css
<style>
span { border-color: #2740E9; }
span { border-color: rgb(39,64,233); }
td.TdClassName
{
border-color: #2740E9;
}
.TagClassName
{
border-color: #2740E9;
}
</style>