Shades of Neon Blue #2754FC
Tints of Neon Blue #2754FC
RGB
CMYK
RGB Variations
Color information
#2754FC (or 0x2754FC) is known color: Neon Blue. HEX triplet: 27, 54 and FC. RGB value is (39,84,252). Sum of RGB (Red+Green+Blue) = 39+84+252=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #2754FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2754FC is #D8AB03. Grayscale: #585858. Windows color (decimal): -14199556 or 16536615. OLE color: 16536615.
HSL color Cylindrical-coordinate representation of color #2754FC: hue angle of 227.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2754FC is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 84 | 252 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.01 |
| HSL | 227.32º | 0.97% | 0.57% | - |
| HSV(B) | 227.32º | 0.85% | 0.99% | - |
| XYZ | 21.58 | 13.8 | 93.62 | - |
| YUV | 89.7 | 219.59 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 252 | 0.85 | 0.67 | 0 | 0.01 | 227.32 | 0.97 | 0.57 |
| Hex | 27 | 54 | FC | 55 | 43 | 0 | 1 | E3 | 61 | 39 |
| Octal | 47 | 124 | 374 | 125 | 103 | 0 | 1 | 343 | 141 | 71 |
| Binary | 100111 | 1010100 | 11111100 | 1010101 | 1000011 | 0 | 1 | 11100011 | 1100001 | 111001 |
Color Harmonies of #2754FC
Complementary color
Monochromatic Colors of #2754FC
Black with #2754FC
Text Example
Text Example
White with #2754FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754FC; }
p { color: rgb(39,84,252); }
H1.HeaderClassName
{
color: #2754FC;
}
.AnyTagClassName
{
color: #2754FC;
}
</style>
background-color css
<style>
a { background-color: #2754FC; }
a { background-color: rgb(39,84,252); }
div.DivClassName
{
background-color: #2754FC;
}
.BgClassName
{
background-color: #2754FC;
}
</style>
border-color css
<style>
span { border-color: #2754FC; }
span { border-color: rgb(39,84,252); }
td.TdClassName
{
border-color: #2754FC;
}
.TagClassName
{
border-color: #2754FC;
}
</style>