Shades of Neon Blue #2531FF
Tints of Neon Blue #2531FF
RGB
CMYK
RGB Variations
Color information
#2531FF (or 0x2531FF) is known color: Neon Blue. HEX triplet: 25, 31 and FF. RGB value is (37,49,255). Sum of RGB (Red+Green+Blue) = 37+49+255=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #2531FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2531FF is #DACE00. Grayscale: #444444. Windows color (decimal): -14339585 or 16724261. OLE color: 16724261.
HSL color Cylindrical-coordinate representation of color #2531FF: hue angle of 236.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2531FF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 49 | 255 | - |
| CMYK | 0.85 | 0.81 | 0 | 0 |
| HSL | 236.7º | 1% | 0.57% | - |
| HSV(B) | 236.7º | 0.85% | 1% | - |
| XYZ | 19.91 | 9.81 | 95.45 | - |
| YUV | 68.9 | 233.02 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 255 | 0.85 | 0.81 | 0 | 0 | 236.7 | 1 | 0.57 |
| Hex | 25 | 31 | FF | 55 | 51 | 0 | 0 | ED | 64 | 39 |
| Octal | 45 | 61 | 377 | 125 | 121 | 0 | 0 | 355 | 144 | 71 |
| Binary | 100101 | 110001 | 11111111 | 1010101 | 1010001 | 0 | 0 | 11101101 | 1100100 | 111001 |
Color Harmonies of #2531FF
Complementary color
Monochromatic Colors of #2531FF
Black with #2531FF
Text Example
Text Example
White with #2531FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2531FF; }
p { color: rgb(37,49,255); }
H1.HeaderClassName
{
color: #2531FF;
}
.AnyTagClassName
{
color: #2531FF;
}
</style>
background-color css
<style>
a { background-color: #2531FF; }
a { background-color: rgb(37,49,255); }
div.DivClassName
{
background-color: #2531FF;
}
.BgClassName
{
background-color: #2531FF;
}
</style>
border-color css
<style>
span { border-color: #2531FF; }
span { border-color: rgb(37,49,255); }
td.TdClassName
{
border-color: #2531FF;
}
.TagClassName
{
border-color: #2531FF;
}
</style>