Shades of Neon Blue #2754FF
Tints of Neon Blue #2754FF
RGB
CMYK
RGB Variations
Color information
#2754FF (or 0x2754FF) is known color: Neon Blue. HEX triplet: 27, 54 and FF. RGB value is (39,84,255). Sum of RGB (Red+Green+Blue) = 39+84+255=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #2754FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2754FF is #D8AB00. Grayscale: #595959. Windows color (decimal): -14199553 or 16733223. OLE color: 16733223.
HSL color Cylindrical-coordinate representation of color #2754FF: hue angle of 227.5º 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 #2754FF is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 84 | 255 | - |
| CMYK | 0.85 | 0.67 | 0 | 0 |
| HSL | 227.5º | 1% | 0.58% | - |
| HSV(B) | 227.5º | 0.85% | 1% | - |
| XYZ | 22.06 | 13.99 | 96.15 | - |
| YUV | 90.04 | 221.09 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 84 | 255 | 0.85 | 0.67 | 0 | 0 | 227.5 | 1 | 0.58 |
| Hex | 27 | 54 | FF | 55 | 43 | 0 | 0 | E4 | 64 | 3A |
| Octal | 47 | 124 | 377 | 125 | 103 | 0 | 0 | 344 | 144 | 72 |
| Binary | 100111 | 1010100 | 11111111 | 1010101 | 1000011 | 0 | 0 | 11100100 | 1100100 | 111010 |
Color Harmonies of #2754FF
Complementary color
Monochromatic Colors of #2754FF
Black with #2754FF
Text Example
Text Example
White with #2754FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2754FF; }
p { color: rgb(39,84,255); }
H1.HeaderClassName
{
color: #2754FF;
}
.AnyTagClassName
{
color: #2754FF;
}
</style>
background-color css
<style>
a { background-color: #2754FF; }
a { background-color: rgb(39,84,255); }
div.DivClassName
{
background-color: #2754FF;
}
.BgClassName
{
background-color: #2754FF;
}
</style>
border-color css
<style>
span { border-color: #2754FF; }
span { border-color: rgb(39,84,255); }
td.TdClassName
{
border-color: #2754FF;
}
.TagClassName
{
border-color: #2754FF;
}
</style>