Shades of Neon Blue #2751FF
Tints of Neon Blue #2751FF
RGB
CMYK
RGB Variations
Color information
#2751FF (or 0x2751FF) is known color: Neon Blue. HEX triplet: 27, 51 and FF. RGB value is (39,81,255). Sum of RGB (Red+Green+Blue) = 39+81+255=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #2751FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2751FF is #D8AE00. Grayscale: #575757. Windows color (decimal): -14200321 or 16732455. OLE color: 16732455.
HSL color Cylindrical-coordinate representation of color #2751FF: hue angle of 228.33º 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 #2751FF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 81 | 255 | - |
| CMYK | 0.85 | 0.68 | 0 | 0 |
| HSL | 228.33º | 1% | 0.58% | - |
| HSV(B) | 228.33º | 0.85% | 1% | - |
| XYZ | 21.83 | 13.54 | 96.07 | - |
| YUV | 88.28 | 222.09 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 255 | 0.85 | 0.68 | 0 | 0 | 228.33 | 1 | 0.58 |
| Hex | 27 | 51 | FF | 55 | 44 | 0 | 0 | E4 | 64 | 3A |
| Octal | 47 | 121 | 377 | 125 | 104 | 0 | 0 | 344 | 144 | 72 |
| Binary | 100111 | 1010001 | 11111111 | 1010101 | 1000100 | 0 | 0 | 11100100 | 1100100 | 111010 |
Color Harmonies of #2751FF
Complementary color
Monochromatic Colors of #2751FF
Black with #2751FF
Text Example
Text Example
White with #2751FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2751FF; }
p { color: rgb(39,81,255); }
H1.HeaderClassName
{
color: #2751FF;
}
.AnyTagClassName
{
color: #2751FF;
}
</style>
background-color css
<style>
a { background-color: #2751FF; }
a { background-color: rgb(39,81,255); }
div.DivClassName
{
background-color: #2751FF;
}
.BgClassName
{
background-color: #2751FF;
}
</style>
border-color css
<style>
span { border-color: #2751FF; }
span { border-color: rgb(39,81,255); }
td.TdClassName
{
border-color: #2751FF;
}
.TagClassName
{
border-color: #2751FF;
}
</style>