Shades of Neon Blue #2741FB
Tints of Neon Blue #2741FB
RGB
CMYK
RGB Variations
Color information
#2741FB (or 0x2741FB) is known color: Neon Blue. HEX triplet: 27, 41 and FB. RGB value is (39,65,251). Sum of RGB (Red+Green+Blue) = 39+65+251=355 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.99% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #2741FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2741FB is #D8BE04. Grayscale: #4D4D4D. Windows color (decimal): -14204421 or 16466215. OLE color: 16466215.
HSL color Cylindrical-coordinate representation of color #2741FB: hue angle of 232.64º 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 #2741FB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 65 | 251 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.02 |
| HSL | 232.64º | 0.96% | 0.57% | - |
| HSV(B) | 232.64º | 0.84% | 0.98% | - |
| XYZ | 20.14 | 11.18 | 92.36 | - |
| YUV | 78.43 | 225.39 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 65 | 251 | 0.84 | 0.74 | 0 | 0.02 | 232.64 | 0.96 | 0.57 |
| Hex | 27 | 41 | FB | 54 | 4A | 0 | 2 | E9 | 60 | 39 |
| Octal | 47 | 101 | 373 | 124 | 112 | 0 | 2 | 351 | 140 | 71 |
| Binary | 100111 | 1000001 | 11111011 | 1010100 | 1001010 | 0 | 10 | 11101001 | 1100000 | 111001 |
Color Harmonies of #2741FB
Complementary color
Monochromatic Colors of #2741FB
Black with #2741FB
Text Example
Text Example
White with #2741FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2741FB; }
p { color: rgb(39,65,251); }
H1.HeaderClassName
{
color: #2741FB;
}
.AnyTagClassName
{
color: #2741FB;
}
</style>
background-color css
<style>
a { background-color: #2741FB; }
a { background-color: rgb(39,65,251); }
div.DivClassName
{
background-color: #2741FB;
}
.BgClassName
{
background-color: #2741FB;
}
</style>
border-color css
<style>
span { border-color: #2741FB; }
span { border-color: rgb(39,65,251); }
td.TdClassName
{
border-color: #2741FB;
}
.TagClassName
{
border-color: #2741FB;
}
</style>