Shades of Neon Blue #253FEF
Tints of Neon Blue #253FEF
RGB
CMYK
RGB Variations
Color information
#253FEF (or 0x253FEF) is known color: Neon Blue. HEX triplet: 25, 3F and EF. RGB value is (37,63,239). Sum of RGB (Red+Green+Blue) = 37+63+239=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #253FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FEF is #DAC010. Grayscale: #4A4A4A. Windows color (decimal): -14336017 or 15679269. OLE color: 15679269.
HSL color Cylindrical-coordinate representation of color #253FEF: hue angle of 232.28º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253FEF is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 63 | 239 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.06 |
| HSL | 232.28º | 0.86% | 0.54% | - |
| HSV(B) | 232.28º | 0.85% | 0.94% | - |
| XYZ | 18.12 | 10.18 | 82.67 | - |
| YUV | 75.29 | 220.39 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 239 | 0.85 | 0.74 | 0 | 0.06 | 232.28 | 0.86 | 0.54 |
| Hex | 25 | 3F | EF | 55 | 4A | 0 | 6 | E8 | 56 | 36 |
| Octal | 45 | 77 | 357 | 125 | 112 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100101 | 111111 | 11101111 | 1010101 | 1001010 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #253FEF
Complementary color
Monochromatic Colors of #253FEF
Black with #253FEF
Text Example
Text Example
White with #253FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FEF; }
p { color: rgb(37,63,239); }
H1.HeaderClassName
{
color: #253FEF;
}
.AnyTagClassName
{
color: #253FEF;
}
</style>
background-color css
<style>
a { background-color: #253FEF; }
a { background-color: rgb(37,63,239); }
div.DivClassName
{
background-color: #253FEF;
}
.BgClassName
{
background-color: #253FEF;
}
</style>
border-color css
<style>
span { border-color: #253FEF; }
span { border-color: rgb(37,63,239); }
td.TdClassName
{
border-color: #253FEF;
}
.TagClassName
{
border-color: #253FEF;
}
</style>