Shades of Neon Blue #253FEE
Tints of Neon Blue #253FEE
RGB
CMYK
RGB Variations
Color information
#253FEE (or 0x253FEE) is known color: Neon Blue. HEX triplet: 25, 3F and EE. RGB value is (37,63,238). Sum of RGB (Red+Green+Blue) = 37+63+238=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 238 (93.36% from 255 or 70.41% from 338); Max value from RGB is 238 - color contains mainly: blue. Hex color #253FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FEE is #DAC011. Grayscale: #4A4A4A. Windows color (decimal): -14336018 or 15613733. OLE color: 15613733.
HSL color Cylindrical-coordinate representation of color #253FEE: hue angle of 232.24º degrees, saturation: 0.86, 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 #253FEE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 63 | 238 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.07 |
| HSL | 232.24º | 0.86% | 0.54% | - |
| HSV(B) | 232.24º | 0.84% | 0.93% | - |
| XYZ | 17.97 | 10.12 | 81.9 | - |
| YUV | 75.18 | 219.89 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 238 | 0.84 | 0.74 | 0 | 0.07 | 232.24 | 0.86 | 0.54 |
| Hex | 25 | 3F | EE | 54 | 4A | 0 | 7 | E8 | 56 | 36 |
| Octal | 45 | 77 | 356 | 124 | 112 | 0 | 7 | 350 | 126 | 66 |
| Binary | 100101 | 111111 | 11101110 | 1010100 | 1001010 | 0 | 111 | 11101000 | 1010110 | 110110 |
Color Harmonies of #253FEE
Complementary color
Monochromatic Colors of #253FEE
Black with #253FEE
Text Example
Text Example
White with #253FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FEE; }
p { color: rgb(37,63,238); }
H1.HeaderClassName
{
color: #253FEE;
}
.AnyTagClassName
{
color: #253FEE;
}
</style>
background-color css
<style>
a { background-color: #253FEE; }
a { background-color: rgb(37,63,238); }
div.DivClassName
{
background-color: #253FEE;
}
.BgClassName
{
background-color: #253FEE;
}
</style>
border-color css
<style>
span { border-color: #253FEE; }
span { border-color: rgb(37,63,238); }
td.TdClassName
{
border-color: #253FEE;
}
.TagClassName
{
border-color: #253FEE;
}
</style>