Shades of Neon Blue #2540EF
Tints of Neon Blue #2540EF
RGB
CMYK
RGB Variations
Color information
#2540EF (or 0x2540EF) is known color: Neon Blue. HEX triplet: 25, 40 and EF. RGB value is (37,64,239). Sum of RGB (Red+Green+Blue) = 37+64+239=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #2540EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2540EF is #DABF10. Grayscale: #4B4B4B. Windows color (decimal): -14335761 or 15679525. OLE color: 15679525.
HSL color Cylindrical-coordinate representation of color #2540EF: hue angle of 231.98º 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 #2540EF is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 64 | 239 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.06 |
| HSL | 231.98º | 0.86% | 0.54% | - |
| HSV(B) | 231.98º | 0.85% | 0.94% | - |
| XYZ | 18.18 | 10.29 | 82.69 | - |
| YUV | 75.88 | 220.05 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 239 | 0.85 | 0.73 | 0 | 0.06 | 231.98 | 0.86 | 0.54 |
| Hex | 25 | 40 | EF | 55 | 49 | 0 | 6 | E8 | 56 | 36 |
| Octal | 45 | 100 | 357 | 125 | 111 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100101 | 1000000 | 11101111 | 1010101 | 1001001 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #2540EF
Complementary color
Monochromatic Colors of #2540EF
Black with #2540EF
Text Example
Text Example
White with #2540EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2540EF; }
p { color: rgb(37,64,239); }
H1.HeaderClassName
{
color: #2540EF;
}
.AnyTagClassName
{
color: #2540EF;
}
</style>
background-color css
<style>
a { background-color: #2540EF; }
a { background-color: rgb(37,64,239); }
div.DivClassName
{
background-color: #2540EF;
}
.BgClassName
{
background-color: #2540EF;
}
</style>
border-color css
<style>
span { border-color: #2540EF; }
span { border-color: rgb(37,64,239); }
td.TdClassName
{
border-color: #2540EF;
}
.TagClassName
{
border-color: #2540EF;
}
</style>