Shades of Neon Blue #2546EF
Tints of Neon Blue #2546EF
RGB
CMYK
RGB Variations
Color information
#2546EF (or 0x2546EF) is known color: Neon Blue. HEX triplet: 25, 46 and EF. RGB value is (37,70,239). Sum of RGB (Red+Green+Blue) = 37+70+239=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 239 (93.75% from 255 or 69.08% from 346); Max value from RGB is 239 - color contains mainly: blue. Hex color #2546EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2546EF is #DAB910. Grayscale: #4E4E4E. Windows color (decimal): -14334225 or 15681061. OLE color: 15681061.
HSL color Cylindrical-coordinate representation of color #2546EF: hue angle of 230.2º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2546EF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 70 | 239 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.06 |
| HSL | 230.2º | 0.86% | 0.54% | - |
| HSV(B) | 230.2º | 0.85% | 0.94% | - |
| XYZ | 18.53 | 11.01 | 82.81 | - |
| YUV | 79.4 | 218.07 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 70 | 239 | 0.85 | 0.71 | 0 | 0.06 | 230.2 | 0.86 | 0.54 |
| Hex | 25 | 46 | EF | 55 | 47 | 0 | 6 | E6 | 56 | 36 |
| Octal | 45 | 106 | 357 | 125 | 107 | 0 | 6 | 346 | 126 | 66 |
| Binary | 100101 | 1000110 | 11101111 | 1010101 | 1000111 | 0 | 110 | 11100110 | 1010110 | 110110 |
Color Harmonies of #2546EF
Complementary color
Monochromatic Colors of #2546EF
Black with #2546EF
Text Example
Text Example
White with #2546EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2546EF; }
p { color: rgb(37,70,239); }
H1.HeaderClassName
{
color: #2546EF;
}
.AnyTagClassName
{
color: #2546EF;
}
</style>
background-color css
<style>
a { background-color: #2546EF; }
a { background-color: rgb(37,70,239); }
div.DivClassName
{
background-color: #2546EF;
}
.BgClassName
{
background-color: #2546EF;
}
</style>
border-color css
<style>
span { border-color: #2546EF; }
span { border-color: rgb(37,70,239); }
td.TdClassName
{
border-color: #2546EF;
}
.TagClassName
{
border-color: #2546EF;
}
</style>