Shades of Neon Blue #2741EA
Tints of Neon Blue #2741EA
RGB
CMYK
RGB Variations
Color information
#2741EA (or 0x2741EA) is known color: Neon Blue. HEX triplet: 27, 41 and EA. RGB value is (39,65,234). Sum of RGB (Red+Green+Blue) = 39+65+234=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #2741EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2741EA is #D8BE15. Grayscale: #4B4B4B. Windows color (decimal): -14204438 or 15352103. OLE color: 15352103.
HSL color Cylindrical-coordinate representation of color #2741EA: hue angle of 232º 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 #2741EA is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 65 | 234 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.08 |
| HSL | 232º | 0.82% | 0.54% | - |
| HSV(B) | 232º | 0.83% | 0.92% | - |
| XYZ | 17.58 | 10.15 | 78.88 | - |
| YUV | 76.49 | 216.89 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 234 | 0.83 | 0.72 | 0 | 0.08 | 232 | 0.82 | 0.54 |
| Hex | 27 | 41 | EA | 53 | 48 | 0 | 8 | E8 | 52 | 36 |
| Octal | 47 | 101 | 352 | 123 | 110 | 0 | 10 | 350 | 122 | 66 |
| Binary | 100111 | 1000001 | 11101010 | 1010011 | 1001000 | 0 | 1000 | 11101000 | 1010010 | 110110 |
Color Harmonies of #2741EA
Complementary color
Monochromatic Colors of #2741EA
Black with #2741EA
Text Example
Text Example
White with #2741EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2741EA; }
p { color: rgb(39,65,234); }
H1.HeaderClassName
{
color: #2741EA;
}
.AnyTagClassName
{
color: #2741EA;
}
</style>
background-color css
<style>
a { background-color: #2741EA; }
a { background-color: rgb(39,65,234); }
div.DivClassName
{
background-color: #2741EA;
}
.BgClassName
{
background-color: #2741EA;
}
</style>
border-color css
<style>
span { border-color: #2741EA; }
span { border-color: rgb(39,65,234); }
td.TdClassName
{
border-color: #2741EA;
}
.TagClassName
{
border-color: #2741EA;
}
</style>