Shades of Neon Blue #253FEC
Tints of Neon Blue #253FEC
RGB
CMYK
RGB Variations
Color information
#253FEC (or 0x253FEC) is known color: Neon Blue. HEX triplet: 25, 3F and EC. RGB value is (37,63,236). Sum of RGB (Red+Green+Blue) = 37+63+236=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #253FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FEC is #DAC013. Grayscale: #4A4A4A. Windows color (decimal): -14336020 or 15482661. OLE color: 15482661.
HSL color Cylindrical-coordinate representation of color #253FEC: hue angle of 232.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253FEC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 63 | 236 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.07 |
| HSL | 232.16º | 0.84% | 0.54% | - |
| HSV(B) | 232.16º | 0.84% | 0.93% | - |
| XYZ | 17.68 | 10 | 80.36 | - |
| YUV | 74.95 | 218.89 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 236 | 0.84 | 0.73 | 0 | 0.07 | 232.16 | 0.84 | 0.54 |
| Hex | 25 | 3F | EC | 54 | 49 | 0 | 7 | E8 | 54 | 36 |
| Octal | 45 | 77 | 354 | 124 | 111 | 0 | 7 | 350 | 124 | 66 |
| Binary | 100101 | 111111 | 11101100 | 1010100 | 1001001 | 0 | 111 | 11101000 | 1010100 | 110110 |
Color Harmonies of #253FEC
Complementary color
Monochromatic Colors of #253FEC
Black with #253FEC
Text Example
Text Example
White with #253FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FEC; }
p { color: rgb(37,63,236); }
H1.HeaderClassName
{
color: #253FEC;
}
.AnyTagClassName
{
color: #253FEC;
}
</style>
background-color css
<style>
a { background-color: #253FEC; }
a { background-color: rgb(37,63,236); }
div.DivClassName
{
background-color: #253FEC;
}
.BgClassName
{
background-color: #253FEC;
}
</style>
border-color css
<style>
span { border-color: #253FEC; }
span { border-color: rgb(37,63,236); }
td.TdClassName
{
border-color: #253FEC;
}
.TagClassName
{
border-color: #253FEC;
}
</style>