Shades of Neon Blue #2746FF
Tints of Neon Blue #2746FF
RGB
CMYK
RGB Variations
Color information
#2746FF (or 0x2746FF) is known color: Neon Blue. HEX triplet: 27, 46 and FF. RGB value is (39,70,255). Sum of RGB (Red+Green+Blue) = 39+70+255=364 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.71% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #2746FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2746FF is #D8B900. Grayscale: #515151. Windows color (decimal): -14203137 or 16729639. OLE color: 16729639.
HSL color Cylindrical-coordinate representation of color #2746FF: hue angle of 231.39º 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 #2746FF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 70 | 255 | - |
| CMYK | 0.85 | 0.73 | 0 | 0 |
| HSL | 231.39º | 1% | 0.58% | - |
| HSV(B) | 231.39º | 0.85% | 1% | - |
| XYZ | 21.08 | 12.03 | 95.82 | - |
| YUV | 81.82 | 225.73 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 70 | 255 | 0.85 | 0.73 | 0 | 0 | 231.39 | 1 | 0.58 |
| Hex | 27 | 46 | FF | 55 | 49 | 0 | 0 | E7 | 64 | 3A |
| Octal | 47 | 106 | 377 | 125 | 111 | 0 | 0 | 347 | 144 | 72 |
| Binary | 100111 | 1000110 | 11111111 | 1010101 | 1001001 | 0 | 0 | 11100111 | 1100100 | 111010 |
Color Harmonies of #2746FF
Complementary color
Monochromatic Colors of #2746FF
Black with #2746FF
Text Example
Text Example
White with #2746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2746FF; }
p { color: rgb(39,70,255); }
H1.HeaderClassName
{
color: #2746FF;
}
.AnyTagClassName
{
color: #2746FF;
}
</style>
background-color css
<style>
a { background-color: #2746FF; }
a { background-color: rgb(39,70,255); }
div.DivClassName
{
background-color: #2746FF;
}
.BgClassName
{
background-color: #2746FF;
}
</style>
border-color css
<style>
span { border-color: #2746FF; }
span { border-color: rgb(39,70,255); }
td.TdClassName
{
border-color: #2746FF;
}
.TagClassName
{
border-color: #2746FF;
}
</style>