Shades of Neon Blue #2749FF
Tints of Neon Blue #2749FF
RGB
CMYK
RGB Variations
Color information
#2749FF (or 0x2749FF) is known color: Neon Blue. HEX triplet: 27, 49 and FF. RGB value is (39,73,255). Sum of RGB (Red+Green+Blue) = 39+73+255=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #2749FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2749FF is #D8B600. Grayscale: #525252. Windows color (decimal): -14202369 or 16730407. OLE color: 16730407.
HSL color Cylindrical-coordinate representation of color #2749FF: hue angle of 230.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2749FF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 73 | 255 | - |
| CMYK | 0.85 | 0.71 | 0 | 0 |
| HSL | 230.56º | 1% | 0.58% | - |
| HSV(B) | 230.56º | 0.85% | 1% | - |
| XYZ | 21.27 | 12.42 | 95.88 | - |
| YUV | 83.58 | 224.74 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 255 | 0.85 | 0.71 | 0 | 0 | 230.56 | 1 | 0.58 |
| Hex | 27 | 49 | FF | 55 | 47 | 0 | 0 | E7 | 64 | 3A |
| Octal | 47 | 111 | 377 | 125 | 107 | 0 | 0 | 347 | 144 | 72 |
| Binary | 100111 | 1001001 | 11111111 | 1010101 | 1000111 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2749FF
Complementary color
Monochromatic Colors of #2749FF
Black with #2749FF
Text Example
Text Example
White with #2749FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749FF; }
p { color: rgb(39,73,255); }
H1.HeaderClassName
{
color: #2749FF;
}
.AnyTagClassName
{
color: #2749FF;
}
</style>
background-color css
<style>
a { background-color: #2749FF; }
a { background-color: rgb(39,73,255); }
div.DivClassName
{
background-color: #2749FF;
}
.BgClassName
{
background-color: #2749FF;
}
</style>
border-color css
<style>
span { border-color: #2749FF; }
span { border-color: rgb(39,73,255); }
td.TdClassName
{
border-color: #2749FF;
}
.TagClassName
{
border-color: #2749FF;
}
</style>