Shades of Neon Blue #2750FE
Tints of Neon Blue #2750FE
RGB
CMYK
RGB Variations
Color information
#2750FE (or 0x2750FE) is known color: Neon Blue. HEX triplet: 27, 50 and FE. RGB value is (39,80,254). Sum of RGB (Red+Green+Blue) = 39+80+254=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #2750FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2750FE is #D8AF01. Grayscale: #565656. Windows color (decimal): -14200578 or 16666663. OLE color: 16666663.
HSL color Cylindrical-coordinate representation of color #2750FE: hue angle of 228.56º 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 #2750FE is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 80 | 254 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.00 |
| HSL | 228.56º | 0.99% | 0.57% | - |
| HSV(B) | 228.56º | 0.85% | 1% | - |
| XYZ | 21.59 | 13.32 | 95.2 | - |
| YUV | 87.58 | 221.92 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 254 | 0.85 | 0.69 | 0 | 0.00 | 228.56 | 0.99 | 0.57 |
| Hex | 27 | 50 | FE | 55 | 45 | 0 | 0 | E5 | 63 | 39 |
| Octal | 47 | 120 | 376 | 125 | 105 | 0 | 0 | 345 | 143 | 71 |
| Binary | 100111 | 1010000 | 11111110 | 1010101 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111001 |
Color Harmonies of #2750FE
Complementary color
Monochromatic Colors of #2750FE
Black with #2750FE
Text Example
Text Example
White with #2750FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2750FE; }
p { color: rgb(39,80,254); }
H1.HeaderClassName
{
color: #2750FE;
}
.AnyTagClassName
{
color: #2750FE;
}
</style>
background-color css
<style>
a { background-color: #2750FE; }
a { background-color: rgb(39,80,254); }
div.DivClassName
{
background-color: #2750FE;
}
.BgClassName
{
background-color: #2750FE;
}
</style>
border-color css
<style>
span { border-color: #2750FE; }
span { border-color: rgb(39,80,254); }
td.TdClassName
{
border-color: #2750FE;
}
.TagClassName
{
border-color: #2750FE;
}
</style>