Shades of Neon Blue #2536FF
Tints of Neon Blue #2536FF
RGB
CMYK
RGB Variations
Color information
#2536FF (or 0x2536FF) is known color: Neon Blue. HEX triplet: 25, 36 and FF. RGB value is (37,54,255). Sum of RGB (Red+Green+Blue) = 37+54+255=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #2536FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2536FF is #DAC900. Grayscale: #474747. Windows color (decimal): -14338305 or 16725541. OLE color: 16725541.
HSL color Cylindrical-coordinate representation of color #2536FF: hue angle of 235.32º 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 #2536FF is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 54 | 255 | - |
| CMYK | 0.85 | 0.79 | 0 | 0 |
| HSL | 235.32º | 1% | 0.57% | - |
| HSV(B) | 235.32º | 0.85% | 1% | - |
| XYZ | 20.13 | 10.25 | 95.53 | - |
| YUV | 71.83 | 231.37 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 54 | 255 | 0.85 | 0.79 | 0 | 0 | 235.32 | 1 | 0.57 |
| Hex | 25 | 36 | FF | 55 | 4F | 0 | 0 | EB | 64 | 39 |
| Octal | 45 | 66 | 377 | 125 | 117 | 0 | 0 | 353 | 144 | 71 |
| Binary | 100101 | 110110 | 11111111 | 1010101 | 1001111 | 0 | 0 | 11101011 | 1100100 | 111001 |
Color Harmonies of #2536FF
Complementary color
Monochromatic Colors of #2536FF
Black with #2536FF
Text Example
Text Example
White with #2536FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2536FF; }
p { color: rgb(37,54,255); }
H1.HeaderClassName
{
color: #2536FF;
}
.AnyTagClassName
{
color: #2536FF;
}
</style>
background-color css
<style>
a { background-color: #2536FF; }
a { background-color: rgb(37,54,255); }
div.DivClassName
{
background-color: #2536FF;
}
.BgClassName
{
background-color: #2536FF;
}
</style>
border-color css
<style>
span { border-color: #2536FF; }
span { border-color: rgb(37,54,255); }
td.TdClassName
{
border-color: #2536FF;
}
.TagClassName
{
border-color: #2536FF;
}
</style>