Shades of Neon Blue #253CEB
Tints of Neon Blue #253CEB
RGB
CMYK
RGB Variations
Color information
#253CEB (or 0x253CEB) is known color: Neon Blue. HEX triplet: 25, 3C and EB. RGB value is (37,60,235). Sum of RGB (Red+Green+Blue) = 37+60+235=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #253CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CEB is #DAC314. Grayscale: #484848. Windows color (decimal): -14336789 or 15416357. OLE color: 15416357.
HSL color Cylindrical-coordinate representation of color #253CEB: hue angle of 233.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253CEB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 60 | 235 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.08 |
| HSL | 233.03º | 0.83% | 0.53% | - |
| HSV(B) | 233.03º | 0.84% | 0.92% | - |
| XYZ | 17.37 | 9.62 | 79.54 | - |
| YUV | 73.07 | 219.38 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 235 | 0.84 | 0.74 | 0 | 0.08 | 233.03 | 0.83 | 0.53 |
| Hex | 25 | 3C | EB | 54 | 4A | 0 | 8 | E9 | 53 | 35 |
| Octal | 45 | 74 | 353 | 124 | 112 | 0 | 10 | 351 | 123 | 65 |
| Binary | 100101 | 111100 | 11101011 | 1010100 | 1001010 | 0 | 1000 | 11101001 | 1010011 | 110101 |
Color Harmonies of #253CEB
Complementary color
Monochromatic Colors of #253CEB
Black with #253CEB
Text Example
Text Example
White with #253CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CEB; }
p { color: rgb(37,60,235); }
H1.HeaderClassName
{
color: #253CEB;
}
.AnyTagClassName
{
color: #253CEB;
}
</style>
background-color css
<style>
a { background-color: #253CEB; }
a { background-color: rgb(37,60,235); }
div.DivClassName
{
background-color: #253CEB;
}
.BgClassName
{
background-color: #253CEB;
}
</style>
border-color css
<style>
span { border-color: #253CEB; }
span { border-color: rgb(37,60,235); }
td.TdClassName
{
border-color: #253CEB;
}
.TagClassName
{
border-color: #253CEB;
}
</style>