Shades of Neon Blue #2739EA
Tints of Neon Blue #2739EA
RGB
CMYK
RGB Variations
Color information
#2739EA (or 0x2739EA) is known color: Neon Blue. HEX triplet: 27, 39 and EA. RGB value is (39,57,234). Sum of RGB (Red+Green+Blue) = 39+57+234=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #2739EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2739EA is #D8C615. Grayscale: #474747. Windows color (decimal): -14206486 or 15350055. OLE color: 15350055.
HSL color Cylindrical-coordinate representation of color #2739EA: hue angle of 234.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2739EA is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 57 | 234 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.08 |
| HSL | 234.46º | 0.82% | 0.54% | - |
| HSV(B) | 234.46º | 0.83% | 0.92% | - |
| XYZ | 17.15 | 9.3 | 78.73 | - |
| YUV | 71.8 | 219.54 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 234 | 0.83 | 0.76 | 0 | 0.08 | 234.46 | 0.82 | 0.54 |
| Hex | 27 | 39 | EA | 53 | 4C | 0 | 8 | EA | 52 | 36 |
| Octal | 47 | 71 | 352 | 123 | 114 | 0 | 10 | 352 | 122 | 66 |
| Binary | 100111 | 111001 | 11101010 | 1010011 | 1001100 | 0 | 1000 | 11101010 | 1010010 | 110110 |
Color Harmonies of #2739EA
Complementary color
Monochromatic Colors of #2739EA
Black with #2739EA
Text Example
Text Example
White with #2739EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2739EA; }
p { color: rgb(39,57,234); }
H1.HeaderClassName
{
color: #2739EA;
}
.AnyTagClassName
{
color: #2739EA;
}
</style>
background-color css
<style>
a { background-color: #2739EA; }
a { background-color: rgb(39,57,234); }
div.DivClassName
{
background-color: #2739EA;
}
.BgClassName
{
background-color: #2739EA;
}
</style>
border-color css
<style>
span { border-color: #2739EA; }
span { border-color: rgb(39,57,234); }
td.TdClassName
{
border-color: #2739EA;
}
.TagClassName
{
border-color: #2739EA;
}
</style>