Shades of Neon Blue #2745ED
Tints of Neon Blue #2745ED
RGB
CMYK
RGB Variations
Color information
#2745ED (or 0x2745ED) is known color: Neon Blue. HEX triplet: 27, 45 and ED. RGB value is (39,69,237). Sum of RGB (Red+Green+Blue) = 39+69+237=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 237 (92.97% from 255 or 68.70% from 345); Max value from RGB is 237 - color contains mainly: blue. Hex color #2745ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2745ED is #D8BA12. Grayscale: #4E4E4E. Windows color (decimal): -14203411 or 15549735. OLE color: 15549735.
HSL color Cylindrical-coordinate representation of color #2745ED: hue angle of 230.91º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2745ED is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 39 | 69 | 237 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.07 |
| HSL | 230.91º | 0.85% | 0.54% | - |
| HSV(B) | 230.91º | 0.84% | 0.93% | - |
| XYZ | 18.25 | 10.8 | 81.24 | - |
| YUV | 79.18 | 217.06 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 69 | 237 | 0.84 | 0.71 | 0 | 0.07 | 230.91 | 0.85 | 0.54 |
| Hex | 27 | 45 | ED | 54 | 47 | 0 | 7 | E7 | 55 | 36 |
| Octal | 47 | 105 | 355 | 124 | 107 | 0 | 7 | 347 | 125 | 66 |
| Binary | 100111 | 1000101 | 11101101 | 1010100 | 1000111 | 0 | 111 | 11100111 | 1010101 | 110110 |
Color Harmonies of #2745ED
Complementary color
Monochromatic Colors of #2745ED
Black with #2745ED
Text Example
Text Example
White with #2745ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2745ED; }
p { color: rgb(39,69,237); }
H1.HeaderClassName
{
color: #2745ED;
}
.AnyTagClassName
{
color: #2745ED;
}
</style>
background-color css
<style>
a { background-color: #2745ED; }
a { background-color: rgb(39,69,237); }
div.DivClassName
{
background-color: #2745ED;
}
.BgClassName
{
background-color: #2745ED;
}
</style>
border-color css
<style>
span { border-color: #2745ED; }
span { border-color: rgb(39,69,237); }
td.TdClassName
{
border-color: #2745ED;
}
.TagClassName
{
border-color: #2745ED;
}
</style>