Shades of Neon Blue #253BED
Tints of Neon Blue #253BED
RGB
CMYK
RGB Variations
Color information
#253BED (or 0x253BED) is known color: Neon Blue. HEX triplet: 25, 3B and ED. RGB value is (37,59,237). Sum of RGB (Red+Green+Blue) = 37+59+237=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #253BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253BED is #DAC412. Grayscale: #474747. Windows color (decimal): -14337043 or 15547173. OLE color: 15547173.
HSL color Cylindrical-coordinate representation of color #253BED: hue angle of 233.4º 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 #253BED is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 59 | 237 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.07 |
| HSL | 233.4º | 0.85% | 0.54% | - |
| HSV(B) | 233.4º | 0.84% | 0.93% | - |
| XYZ | 17.61 | 9.64 | 81.05 | - |
| YUV | 72.71 | 220.71 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 237 | 0.84 | 0.75 | 0 | 0.07 | 233.4 | 0.85 | 0.54 |
| Hex | 25 | 3B | ED | 54 | 4B | 0 | 7 | E9 | 55 | 36 |
| Octal | 45 | 73 | 355 | 124 | 113 | 0 | 7 | 351 | 125 | 66 |
| Binary | 100101 | 111011 | 11101101 | 1010100 | 1001011 | 0 | 111 | 11101001 | 1010101 | 110110 |
Color Harmonies of #253BED
Complementary color
Monochromatic Colors of #253BED
Black with #253BED
Text Example
Text Example
White with #253BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253BED; }
p { color: rgb(37,59,237); }
H1.HeaderClassName
{
color: #253BED;
}
.AnyTagClassName
{
color: #253BED;
}
</style>
background-color css
<style>
a { background-color: #253BED; }
a { background-color: rgb(37,59,237); }
div.DivClassName
{
background-color: #253BED;
}
.BgClassName
{
background-color: #253BED;
}
</style>
border-color css
<style>
span { border-color: #253BED; }
span { border-color: rgb(37,59,237); }
td.TdClassName
{
border-color: #253BED;
}
.TagClassName
{
border-color: #253BED;
}
</style>