Shades of Neon Blue #2749FE
Tints of Neon Blue #2749FE
RGB
CMYK
RGB Variations
Color information
#2749FE (or 0x2749FE) is known color: Neon Blue. HEX triplet: 27, 49 and FE. RGB value is (39,73,254). Sum of RGB (Red+Green+Blue) = 39+73+254=366 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.66% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #2749FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2749FE is #D8B601. Grayscale: #525252. Windows color (decimal): -14202370 or 16664871. OLE color: 16664871.
HSL color Cylindrical-coordinate representation of color #2749FE: hue angle of 230.51º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2749FE is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 73 | 254 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.00 |
| HSL | 230.51º | 0.99% | 0.57% | - |
| HSV(B) | 230.51º | 0.85% | 1% | - |
| XYZ | 21.11 | 12.35 | 95.04 | - |
| YUV | 83.47 | 224.24 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 254 | 0.85 | 0.71 | 0 | 0.00 | 230.51 | 0.99 | 0.57 |
| Hex | 27 | 49 | FE | 55 | 47 | 0 | 0 | E7 | 63 | 39 |
| Octal | 47 | 111 | 376 | 125 | 107 | 0 | 0 | 347 | 143 | 71 |
| Binary | 100111 | 1001001 | 11111110 | 1010101 | 1000111 | 0 | 0 | 11100111 | 1100011 | 111001 |
Color Harmonies of #2749FE
Complementary color
Monochromatic Colors of #2749FE
Black with #2749FE
Text Example
Text Example
White with #2749FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2749FE; }
p { color: rgb(39,73,254); }
H1.HeaderClassName
{
color: #2749FE;
}
.AnyTagClassName
{
color: #2749FE;
}
</style>
background-color css
<style>
a { background-color: #2749FE; }
a { background-color: rgb(39,73,254); }
div.DivClassName
{
background-color: #2749FE;
}
.BgClassName
{
background-color: #2749FE;
}
</style>
border-color css
<style>
span { border-color: #2749FE; }
span { border-color: rgb(39,73,254); }
td.TdClassName
{
border-color: #2749FE;
}
.TagClassName
{
border-color: #2749FE;
}
</style>