Shades of Neon Blue #253DED
Tints of Neon Blue #253DED
RGB
CMYK
RGB Variations
Color information
#253DED (or 0x253DED) is known color: Neon Blue. HEX triplet: 25, 3D and ED. RGB value is (37,61,237). Sum of RGB (Red+Green+Blue) = 37+61+237=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #253DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DED is #DAC212. Grayscale: #494949. Windows color (decimal): -14336531 or 15547685. OLE color: 15547685.
HSL color Cylindrical-coordinate representation of color #253DED: hue angle of 232.8º degrees, saturation: 0.85, 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 #253DED is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 61 | 237 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.07 |
| HSL | 232.8º | 0.85% | 0.54% | - |
| HSV(B) | 232.8º | 0.84% | 0.93% | - |
| XYZ | 17.72 | 9.85 | 81.09 | - |
| YUV | 73.89 | 220.05 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 237 | 0.84 | 0.74 | 0 | 0.07 | 232.8 | 0.85 | 0.54 |
| Hex | 25 | 3D | ED | 54 | 4A | 0 | 7 | E9 | 55 | 36 |
| Octal | 45 | 75 | 355 | 124 | 112 | 0 | 7 | 351 | 125 | 66 |
| Binary | 100101 | 111101 | 11101101 | 1010100 | 1001010 | 0 | 111 | 11101001 | 1010101 | 110110 |
Color Harmonies of #253DED
Complementary color
Monochromatic Colors of #253DED
Black with #253DED
Text Example
Text Example
White with #253DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DED; }
p { color: rgb(37,61,237); }
H1.HeaderClassName
{
color: #253DED;
}
.AnyTagClassName
{
color: #253DED;
}
</style>
background-color css
<style>
a { background-color: #253DED; }
a { background-color: rgb(37,61,237); }
div.DivClassName
{
background-color: #253DED;
}
.BgClassName
{
background-color: #253DED;
}
</style>
border-color css
<style>
span { border-color: #253DED; }
span { border-color: rgb(37,61,237); }
td.TdClassName
{
border-color: #253DED;
}
.TagClassName
{
border-color: #253DED;
}
</style>