Shades of Neon Blue #2751FE
Tints of Neon Blue #2751FE
RGB
CMYK
RGB Variations
Color information
#2751FE (or 0x2751FE) is known color: Neon Blue. HEX triplet: 27, 51 and FE. RGB value is (39,81,254). Sum of RGB (Red+Green+Blue) = 39+81+254=374 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.43% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #2751FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2751FE is #D8AE01. Grayscale: #575757. Windows color (decimal): -14200322 or 16666919. OLE color: 16666919.
HSL color Cylindrical-coordinate representation of color #2751FE: hue angle of 228.28º 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 #2751FE is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 39 | 81 | 254 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.00 |
| HSL | 228.28º | 0.99% | 0.57% | - |
| HSV(B) | 228.28º | 0.85% | 1% | - |
| XYZ | 21.67 | 13.47 | 95.22 | - |
| YUV | 88.16 | 221.59 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 254 | 0.85 | 0.68 | 0 | 0.00 | 228.28 | 0.99 | 0.57 |
| Hex | 27 | 51 | FE | 55 | 44 | 0 | 0 | E4 | 63 | 39 |
| Octal | 47 | 121 | 376 | 125 | 104 | 0 | 0 | 344 | 143 | 71 |
| Binary | 100111 | 1010001 | 11111110 | 1010101 | 1000100 | 0 | 0 | 11100100 | 1100011 | 111001 |
Color Harmonies of #2751FE
Complementary color
Monochromatic Colors of #2751FE
Black with #2751FE
Text Example
Text Example
White with #2751FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2751FE; }
p { color: rgb(39,81,254); }
H1.HeaderClassName
{
color: #2751FE;
}
.AnyTagClassName
{
color: #2751FE;
}
</style>
background-color css
<style>
a { background-color: #2751FE; }
a { background-color: rgb(39,81,254); }
div.DivClassName
{
background-color: #2751FE;
}
.BgClassName
{
background-color: #2751FE;
}
</style>
border-color css
<style>
span { border-color: #2751FE; }
span { border-color: rgb(39,81,254); }
td.TdClassName
{
border-color: #2751FE;
}
.TagClassName
{
border-color: #2751FE;
}
</style>