Shades of Neon Blue #2537FA
Tints of Neon Blue #2537FA
RGB
CMYK
RGB Variations
Color information
#2537FA (or 0x2537FA) is known color: Neon Blue. HEX triplet: 25, 37 and FA. RGB value is (37,55,250). Sum of RGB (Red+Green+Blue) = 37+55+250=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #2537FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2537FA is #DAC805. Grayscale: #474747. Windows color (decimal): -14338054 or 16398117. OLE color: 16398117.
HSL color Cylindrical-coordinate representation of color #2537FA: hue angle of 234.93º 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 #2537FA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 55 | 250 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.02 |
| HSL | 234.93º | 0.96% | 0.56% | - |
| HSV(B) | 234.93º | 0.85% | 0.98% | - |
| XYZ | 19.38 | 10.03 | 91.36 | - |
| YUV | 71.85 | 228.54 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 250 | 0.85 | 0.78 | 0 | 0.02 | 234.93 | 0.96 | 0.56 |
| Hex | 25 | 37 | FA | 55 | 4E | 0 | 2 | EB | 60 | 38 |
| Octal | 45 | 67 | 372 | 125 | 116 | 0 | 2 | 353 | 140 | 70 |
| Binary | 100101 | 110111 | 11111010 | 1010101 | 1001110 | 0 | 10 | 11101011 | 1100000 | 111000 |
Color Harmonies of #2537FA
Complementary color
Monochromatic Colors of #2537FA
Black with #2537FA
Text Example
Text Example
White with #2537FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2537FA; }
p { color: rgb(37,55,250); }
H1.HeaderClassName
{
color: #2537FA;
}
.AnyTagClassName
{
color: #2537FA;
}
</style>
background-color css
<style>
a { background-color: #2537FA; }
a { background-color: rgb(37,55,250); }
div.DivClassName
{
background-color: #2537FA;
}
.BgClassName
{
background-color: #2537FA;
}
</style>
border-color css
<style>
span { border-color: #2537FA; }
span { border-color: rgb(37,55,250); }
td.TdClassName
{
border-color: #2537FA;
}
.TagClassName
{
border-color: #2537FA;
}
</style>