Shades of Neon Blue #2531FB
Tints of Neon Blue #2531FB
RGB
CMYK
RGB Variations
Color information
#2531FB (or 0x2531FB) is known color: Neon Blue. HEX triplet: 25, 31 and FB. RGB value is (37,49,251). Sum of RGB (Red+Green+Blue) = 37+49+251=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #2531FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2531FB is #DACE04. Grayscale: #434343. Windows color (decimal): -14339589 or 16462117. OLE color: 16462117.
HSL color Cylindrical-coordinate representation of color #2531FB: hue angle of 236.64º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2531FB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 49 | 251 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.02 |
| HSL | 236.64º | 0.96% | 0.56% | - |
| HSV(B) | 236.64º | 0.85% | 0.98% | - |
| XYZ | 19.27 | 9.55 | 92.1 | - |
| YUV | 68.44 | 231.02 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 251 | 0.85 | 0.80 | 0 | 0.02 | 236.64 | 0.96 | 0.56 |
| Hex | 25 | 31 | FB | 55 | 50 | 0 | 2 | ED | 60 | 38 |
| Octal | 45 | 61 | 373 | 125 | 120 | 0 | 2 | 355 | 140 | 70 |
| Binary | 100101 | 110001 | 11111011 | 1010101 | 1010000 | 0 | 10 | 11101101 | 1100000 | 111000 |
Color Harmonies of #2531FB
Complementary color
Monochromatic Colors of #2531FB
Black with #2531FB
Text Example
Text Example
White with #2531FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2531FB; }
p { color: rgb(37,49,251); }
H1.HeaderClassName
{
color: #2531FB;
}
.AnyTagClassName
{
color: #2531FB;
}
</style>
background-color css
<style>
a { background-color: #2531FB; }
a { background-color: rgb(37,49,251); }
div.DivClassName
{
background-color: #2531FB;
}
.BgClassName
{
background-color: #2531FB;
}
</style>
border-color css
<style>
span { border-color: #2531FB; }
span { border-color: rgb(37,49,251); }
td.TdClassName
{
border-color: #2531FB;
}
.TagClassName
{
border-color: #2531FB;
}
</style>