Shades of Neon Blue #2757FF
Tints of Neon Blue #2757FF
RGB
CMYK
RGB Variations
Color information
#2757FF (or 0x2757FF) is known color: Neon Blue. HEX triplet: 27, 57 and FF. RGB value is (39,87,255). Sum of RGB (Red+Green+Blue) = 39+87+255=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #2757FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2757FF is #D8A800. Grayscale: #5B5B5B. Windows color (decimal): -14198785 or 16733991. OLE color: 16733991.
HSL color Cylindrical-coordinate representation of color #2757FF: hue angle of 226.67º 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 #2757FF is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 87 | 255 | - |
| CMYK | 0.85 | 0.66 | 0 | 0 |
| HSL | 226.67º | 1% | 0.58% | - |
| HSV(B) | 226.67º | 0.85% | 1% | - |
| XYZ | 22.29 | 14.47 | 96.23 | - |
| YUV | 91.8 | 220.1 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 255 | 0.85 | 0.66 | 0 | 0 | 226.67 | 1 | 0.58 |
| Hex | 27 | 57 | FF | 55 | 42 | 0 | 0 | E3 | 64 | 3A |
| Octal | 47 | 127 | 377 | 125 | 102 | 0 | 0 | 343 | 144 | 72 |
| Binary | 100111 | 1010111 | 11111111 | 1010101 | 1000010 | 0 | 0 | 11100011 | 1100100 | 111010 |
Color Harmonies of #2757FF
Complementary color
Monochromatic Colors of #2757FF
Black with #2757FF
Text Example
Text Example
White with #2757FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2757FF; }
p { color: rgb(39,87,255); }
H1.HeaderClassName
{
color: #2757FF;
}
.AnyTagClassName
{
color: #2757FF;
}
</style>
background-color css
<style>
a { background-color: #2757FF; }
a { background-color: rgb(39,87,255); }
div.DivClassName
{
background-color: #2757FF;
}
.BgClassName
{
background-color: #2757FF;
}
</style>
border-color css
<style>
span { border-color: #2757FF; }
span { border-color: rgb(39,87,255); }
td.TdClassName
{
border-color: #2757FF;
}
.TagClassName
{
border-color: #2757FF;
}
</style>