Shades of Neon Blue #2740FB
Tints of Neon Blue #2740FB
RGB
CMYK
RGB Variations
Color information
#2740FB (or 0x2740FB) is known color: Neon Blue. HEX triplet: 27, 40 and FB. RGB value is (39,64,251). Sum of RGB (Red+Green+Blue) = 39+64+251=354 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.02% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 251 (98.44% from 255 or 70.90% from 354); Max value from RGB is 251 - color contains mainly: blue. Hex color #2740FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2740FB is #D8BF04. Grayscale: #4D4D4D. Windows color (decimal): -14204677 or 16465959. OLE color: 16465959.
HSL color Cylindrical-coordinate representation of color #2740FB: hue angle of 232.92º degrees, saturation: 0.96, 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 #2740FB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 64 | 251 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.02 |
| HSL | 232.92º | 0.96% | 0.57% | - |
| HSV(B) | 232.92º | 0.84% | 0.98% | - |
| XYZ | 20.08 | 11.06 | 92.34 | - |
| YUV | 77.84 | 225.72 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 64 | 251 | 0.84 | 0.75 | 0 | 0.02 | 232.92 | 0.96 | 0.57 |
| Hex | 27 | 40 | FB | 54 | 4B | 0 | 2 | E9 | 60 | 39 |
| Octal | 47 | 100 | 373 | 124 | 113 | 0 | 2 | 351 | 140 | 71 |
| Binary | 100111 | 1000000 | 11111011 | 1010100 | 1001011 | 0 | 10 | 11101001 | 1100000 | 111001 |
Color Harmonies of #2740FB
Complementary color
Monochromatic Colors of #2740FB
Black with #2740FB
Text Example
Text Example
White with #2740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2740FB; }
p { color: rgb(39,64,251); }
H1.HeaderClassName
{
color: #2740FB;
}
.AnyTagClassName
{
color: #2740FB;
}
</style>
background-color css
<style>
a { background-color: #2740FB; }
a { background-color: rgb(39,64,251); }
div.DivClassName
{
background-color: #2740FB;
}
.BgClassName
{
background-color: #2740FB;
}
</style>
border-color css
<style>
span { border-color: #2740FB; }
span { border-color: rgb(39,64,251); }
td.TdClassName
{
border-color: #2740FB;
}
.TagClassName
{
border-color: #2740FB;
}
</style>