Shades of Neon Blue #2740FA
Tints of Neon Blue #2740FA
RGB
CMYK
RGB Variations
Color information
#2740FA (or 0x2740FA) is known color: Neon Blue. HEX triplet: 27, 40 and FA. RGB value is (39,64,250). Sum of RGB (Red+Green+Blue) = 39+64+250=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #2740FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740FA is #D8BF05. Grayscale: #4C4C4C. Windows color (decimal): -14204678 or 16400423. OLE color: 16400423.
HSL color Cylindrical-coordinate representation of color #2740FA: hue angle of 232.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2740FA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 64 | 250 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.02 |
| HSL | 232.89º | 0.95% | 0.57% | - |
| HSV(B) | 232.89º | 0.84% | 0.98% | - |
| XYZ | 19.93 | 11 | 91.52 | - |
| YUV | 77.73 | 225.22 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 250 | 0.84 | 0.74 | 0 | 0.02 | 232.89 | 0.95 | 0.57 |
| Hex | 27 | 40 | FA | 54 | 4A | 0 | 2 | E9 | 5F | 39 |
| Octal | 47 | 100 | 372 | 124 | 112 | 0 | 2 | 351 | 137 | 71 |
| Binary | 100111 | 1000000 | 11111010 | 1010100 | 1001010 | 0 | 10 | 11101001 | 1011111 | 111001 |
Color Harmonies of #2740FA
Complementary color
Monochromatic Colors of #2740FA
Black with #2740FA
Text Example
Text Example
White with #2740FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2740FA; }
p { color: rgb(39,64,250); }
H1.HeaderClassName
{
color: #2740FA;
}
.AnyTagClassName
{
color: #2740FA;
}
</style>
background-color css
<style>
a { background-color: #2740FA; }
a { background-color: rgb(39,64,250); }
div.DivClassName
{
background-color: #2740FA;
}
.BgClassName
{
background-color: #2740FA;
}
</style>
border-color css
<style>
span { border-color: #2740FA; }
span { border-color: rgb(39,64,250); }
td.TdClassName
{
border-color: #2740FA;
}
.TagClassName
{
border-color: #2740FA;
}
</style>