Shades of Neon Blue #2546EE
Tints of Neon Blue #2546EE
RGB
CMYK
RGB Variations
Color information
#2546EE (or 0x2546EE) is known color: Neon Blue. HEX triplet: 25, 46 and EE. RGB value is (37,70,238). Sum of RGB (Red+Green+Blue) = 37+70+238=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #2546EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2546EE is #DAB911. Grayscale: #4E4E4E. Windows color (decimal): -14334226 or 15615525. OLE color: 15615525.
HSL color Cylindrical-coordinate representation of color #2546EE: hue angle of 230.15º degrees, saturation: 0.86, 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 #2546EE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 70 | 238 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.07 |
| HSL | 230.15º | 0.86% | 0.54% | - |
| HSV(B) | 230.15º | 0.84% | 0.93% | - |
| XYZ | 18.39 | 10.95 | 82.03 | - |
| YUV | 79.29 | 217.57 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 238 | 0.84 | 0.71 | 0 | 0.07 | 230.15 | 0.86 | 0.54 |
| Hex | 25 | 46 | EE | 54 | 47 | 0 | 7 | E6 | 56 | 36 |
| Octal | 45 | 106 | 356 | 124 | 107 | 0 | 7 | 346 | 126 | 66 |
| Binary | 100101 | 1000110 | 11101110 | 1010100 | 1000111 | 0 | 111 | 11100110 | 1010110 | 110110 |
Color Harmonies of #2546EE
Complementary color
Monochromatic Colors of #2546EE
Black with #2546EE
Text Example
Text Example
White with #2546EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546EE; }
p { color: rgb(37,70,238); }
H1.HeaderClassName
{
color: #2546EE;
}
.AnyTagClassName
{
color: #2546EE;
}
</style>
background-color css
<style>
a { background-color: #2546EE; }
a { background-color: rgb(37,70,238); }
div.DivClassName
{
background-color: #2546EE;
}
.BgClassName
{
background-color: #2546EE;
}
</style>
border-color css
<style>
span { border-color: #2546EE; }
span { border-color: rgb(37,70,238); }
td.TdClassName
{
border-color: #2546EE;
}
.TagClassName
{
border-color: #2546EE;
}
</style>