Shades of Neon Blue #2754FE
Tints of Neon Blue #2754FE
RGB
CMYK
RGB Variations
Color information
#2754FE (or 0x2754FE) is known color: Neon Blue. HEX triplet: 27, 54 and FE. RGB value is (39,84,254). Sum of RGB (Red+Green+Blue) = 39+84+254=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #2754FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2754FE is #D8AB01. Grayscale: #595959. Windows color (decimal): -14199554 or 16667687. OLE color: 16667687.
HSL color Cylindrical-coordinate representation of color #2754FE: hue angle of 227.44º 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 #2754FE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 84 | 254 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.00 |
| HSL | 227.44º | 0.99% | 0.57% | - |
| HSV(B) | 227.44º | 0.85% | 1% | - |
| XYZ | 21.9 | 13.93 | 95.3 | - |
| YUV | 89.93 | 220.59 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 254 | 0.85 | 0.67 | 0 | 0.00 | 227.44 | 0.99 | 0.57 |
| Hex | 27 | 54 | FE | 55 | 43 | 0 | 0 | E3 | 63 | 39 |
| Octal | 47 | 124 | 376 | 125 | 103 | 0 | 0 | 343 | 143 | 71 |
| Binary | 100111 | 1010100 | 11111110 | 1010101 | 1000011 | 0 | 0 | 11100011 | 1100011 | 111001 |
Color Harmonies of #2754FE
Complementary color
Monochromatic Colors of #2754FE
Black with #2754FE
Text Example
Text Example
White with #2754FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754FE; }
p { color: rgb(39,84,254); }
H1.HeaderClassName
{
color: #2754FE;
}
.AnyTagClassName
{
color: #2754FE;
}
</style>
background-color css
<style>
a { background-color: #2754FE; }
a { background-color: rgb(39,84,254); }
div.DivClassName
{
background-color: #2754FE;
}
.BgClassName
{
background-color: #2754FE;
}
</style>
border-color css
<style>
span { border-color: #2754FE; }
span { border-color: rgb(39,84,254); }
td.TdClassName
{
border-color: #2754FE;
}
.TagClassName
{
border-color: #2754FE;
}
</style>