Shades of Neon Blue #253FEB
Tints of Neon Blue #253FEB
RGB
CMYK
RGB Variations
Color information
#253FEB (or 0x253FEB) is known color: Neon Blue. HEX triplet: 25, 3F and EB. RGB value is (37,63,235). Sum of RGB (Red+Green+Blue) = 37+63+235=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #253FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FEB is #DAC014. Grayscale: #4A4A4A. Windows color (decimal): -14336021 or 15417125. OLE color: 15417125.
HSL color Cylindrical-coordinate representation of color #253FEB: hue angle of 232.12º 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 #253FEB is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 63 | 235 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.08 |
| HSL | 232.12º | 0.83% | 0.53% | - |
| HSV(B) | 232.12º | 0.84% | 0.92% | - |
| XYZ | 17.54 | 9.95 | 79.59 | - |
| YUV | 74.83 | 218.39 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 235 | 0.84 | 0.73 | 0 | 0.08 | 232.12 | 0.83 | 0.53 |
| Hex | 25 | 3F | EB | 54 | 49 | 0 | 8 | E8 | 53 | 35 |
| Octal | 45 | 77 | 353 | 124 | 111 | 0 | 10 | 350 | 123 | 65 |
| Binary | 100101 | 111111 | 11101011 | 1010100 | 1001001 | 0 | 1000 | 11101000 | 1010011 | 110101 |
Color Harmonies of #253FEB
Complementary color
Monochromatic Colors of #253FEB
Black with #253FEB
Text Example
Text Example
White with #253FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FEB; }
p { color: rgb(37,63,235); }
H1.HeaderClassName
{
color: #253FEB;
}
.AnyTagClassName
{
color: #253FEB;
}
</style>
background-color css
<style>
a { background-color: #253FEB; }
a { background-color: rgb(37,63,235); }
div.DivClassName
{
background-color: #253FEB;
}
.BgClassName
{
background-color: #253FEB;
}
</style>
border-color css
<style>
span { border-color: #253FEB; }
span { border-color: rgb(37,63,235); }
td.TdClassName
{
border-color: #253FEB;
}
.TagClassName
{
border-color: #253FEB;
}
</style>