Shades of Neon Blue #253EFF
Tints of Neon Blue #253EFF
RGB
CMYK
RGB Variations
Color information
#253EFF (or 0x253EFF) is known color: Neon Blue. HEX triplet: 25, 3E and FF. RGB value is (37,62,255). Sum of RGB (Red+Green+Blue) = 37+62+255=354 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.45% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #253EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253EFF is #DAC100. Grayscale: #4B4B4B. Windows color (decimal): -14336257 or 16727589. OLE color: 16727589.
HSL color Cylindrical-coordinate representation of color #253EFF: hue angle of 233.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253EFF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 62 | 255 | - |
| CMYK | 0.85 | 0.76 | 0 | 0 |
| HSL | 233.12º | 1% | 0.57% | - |
| HSV(B) | 233.12º | 0.85% | 1% | - |
| XYZ | 20.54 | 11.06 | 95.66 | - |
| YUV | 76.53 | 228.72 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 255 | 0.85 | 0.76 | 0 | 0 | 233.12 | 1 | 0.57 |
| Hex | 25 | 3E | FF | 55 | 4C | 0 | 0 | E9 | 64 | 39 |
| Octal | 45 | 76 | 377 | 125 | 114 | 0 | 0 | 351 | 144 | 71 |
| Binary | 100101 | 111110 | 11111111 | 1010101 | 1001100 | 0 | 0 | 11101001 | 1100100 | 111001 |
Color Harmonies of #253EFF
Complementary color
Monochromatic Colors of #253EFF
Black with #253EFF
Text Example
Text Example
White with #253EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253EFF; }
p { color: rgb(37,62,255); }
H1.HeaderClassName
{
color: #253EFF;
}
.AnyTagClassName
{
color: #253EFF;
}
</style>
background-color css
<style>
a { background-color: #253EFF; }
a { background-color: rgb(37,62,255); }
div.DivClassName
{
background-color: #253EFF;
}
.BgClassName
{
background-color: #253EFF;
}
</style>
border-color css
<style>
span { border-color: #253EFF; }
span { border-color: rgb(37,62,255); }
td.TdClassName
{
border-color: #253EFF;
}
.TagClassName
{
border-color: #253EFF;
}
</style>