Shades of Neon Blue #253CED
Tints of Neon Blue #253CED
RGB
CMYK
RGB Variations
Color information
#253CED (or 0x253CED) is known color: Neon Blue. HEX triplet: 25, 3C and ED. RGB value is (37,60,237). Sum of RGB (Red+Green+Blue) = 37+60+237=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #253CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CED is #DAC312. Grayscale: #484848. Windows color (decimal): -14336787 or 15547429. OLE color: 15547429.
HSL color Cylindrical-coordinate representation of color #253CED: hue angle of 233.1º 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 #253CED is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 60 | 237 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.07 |
| HSL | 233.1º | 0.85% | 0.54% | - |
| HSV(B) | 233.1º | 0.84% | 0.93% | - |
| XYZ | 17.66 | 9.74 | 81.07 | - |
| YUV | 73.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 237 | 0.84 | 0.75 | 0 | 0.07 | 233.1 | 0.85 | 0.54 |
| Hex | 25 | 3C | ED | 54 | 4B | 0 | 7 | E9 | 55 | 36 |
| Octal | 45 | 74 | 355 | 124 | 113 | 0 | 7 | 351 | 125 | 66 |
| Binary | 100101 | 111100 | 11101101 | 1010100 | 1001011 | 0 | 111 | 11101001 | 1010101 | 110110 |
Color Harmonies of #253CED
Complementary color
Monochromatic Colors of #253CED
Black with #253CED
Text Example
Text Example
White with #253CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CED; }
p { color: rgb(37,60,237); }
H1.HeaderClassName
{
color: #253CED;
}
.AnyTagClassName
{
color: #253CED;
}
</style>
background-color css
<style>
a { background-color: #253CED; }
a { background-color: rgb(37,60,237); }
div.DivClassName
{
background-color: #253CED;
}
.BgClassName
{
background-color: #253CED;
}
</style>
border-color css
<style>
span { border-color: #253CED; }
span { border-color: rgb(37,60,237); }
td.TdClassName
{
border-color: #253CED;
}
.TagClassName
{
border-color: #253CED;
}
</style>