Shades of Neon Blue #2531FE
Tints of Neon Blue #2531FE
RGB
CMYK
RGB Variations
Color information
#2531FE (or 0x2531FE) is known color: Neon Blue. HEX triplet: 25, 31 and FE. RGB value is (37,49,254). Sum of RGB (Red+Green+Blue) = 37+49+254=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #2531FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2531FE is #DACE01. Grayscale: #434343. Windows color (decimal): -14339586 or 16658725. OLE color: 16658725.
HSL color Cylindrical-coordinate representation of color #2531FE: hue angle of 236.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2531FE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 49 | 254 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.00 |
| HSL | 236.68º | 0.99% | 0.57% | - |
| HSV(B) | 236.68º | 0.85% | 1% | - |
| XYZ | 19.75 | 9.75 | 94.61 | - |
| YUV | 68.78 | 232.52 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 254 | 0.85 | 0.81 | 0 | 0.00 | 236.68 | 0.99 | 0.57 |
| Hex | 25 | 31 | FE | 55 | 51 | 0 | 0 | ED | 63 | 39 |
| Octal | 45 | 61 | 376 | 125 | 121 | 0 | 0 | 355 | 143 | 71 |
| Binary | 100101 | 110001 | 11111110 | 1010101 | 1010001 | 0 | 0 | 11101101 | 1100011 | 111001 |
Color Harmonies of #2531FE
Complementary color
Monochromatic Colors of #2531FE
Black with #2531FE
Text Example
Text Example
White with #2531FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2531FE; }
p { color: rgb(37,49,254); }
H1.HeaderClassName
{
color: #2531FE;
}
.AnyTagClassName
{
color: #2531FE;
}
</style>
background-color css
<style>
a { background-color: #2531FE; }
a { background-color: rgb(37,49,254); }
div.DivClassName
{
background-color: #2531FE;
}
.BgClassName
{
background-color: #2531FE;
}
</style>
border-color css
<style>
span { border-color: #2531FE; }
span { border-color: rgb(37,49,254); }
td.TdClassName
{
border-color: #2531FE;
}
.TagClassName
{
border-color: #2531FE;
}
</style>