Shades of Neon Blue #253EEB
Tints of Neon Blue #253EEB
RGB
CMYK
RGB Variations
Color information
#253EEB (or 0x253EEB) is known color: Neon Blue. HEX triplet: 25, 3E and EB. RGB value is (37,62,235). Sum of RGB (Red+Green+Blue) = 37+62+235=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 62 (24.61% from 255 or 18.56% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #253EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EEB is #DAC114. Grayscale: #494949. Windows color (decimal): -14336277 or 15416869. OLE color: 15416869.
HSL color Cylindrical-coordinate representation of color #253EEB: hue angle of 232.42º 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 #253EEB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 62 | 235 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.08 |
| HSL | 232.42º | 0.83% | 0.53% | - |
| HSV(B) | 232.42º | 0.84% | 0.92% | - |
| XYZ | 17.48 | 9.84 | 79.57 | - |
| YUV | 74.25 | 218.72 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 235 | 0.84 | 0.74 | 0 | 0.08 | 232.42 | 0.83 | 0.53 |
| Hex | 25 | 3E | EB | 54 | 4A | 0 | 8 | E8 | 53 | 35 |
| Octal | 45 | 76 | 353 | 124 | 112 | 0 | 10 | 350 | 123 | 65 |
| Binary | 100101 | 111110 | 11101011 | 1010100 | 1001010 | 0 | 1000 | 11101000 | 1010011 | 110101 |
Color Harmonies of #253EEB
Complementary color
Monochromatic Colors of #253EEB
Black with #253EEB
Text Example
Text Example
White with #253EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EEB; }
p { color: rgb(37,62,235); }
H1.HeaderClassName
{
color: #253EEB;
}
.AnyTagClassName
{
color: #253EEB;
}
</style>
background-color css
<style>
a { background-color: #253EEB; }
a { background-color: rgb(37,62,235); }
div.DivClassName
{
background-color: #253EEB;
}
.BgClassName
{
background-color: #253EEB;
}
</style>
border-color css
<style>
span { border-color: #253EEB; }
span { border-color: rgb(37,62,235); }
td.TdClassName
{
border-color: #253EEB;
}
.TagClassName
{
border-color: #253EEB;
}
</style>