Shades of Neon Blue #253DFE
Tints of Neon Blue #253DFE
RGB
CMYK
RGB Variations
Color information
#253DFE (or 0x253DFE) is known color: Neon Blue. HEX triplet: 25, 3D and FE. RGB value is (37,61,254). Sum of RGB (Red+Green+Blue) = 37+61+254=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #253DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DFE is #DAC201. Grayscale: #4B4B4B. Windows color (decimal): -14336514 or 16661797. OLE color: 16661797.
HSL color Cylindrical-coordinate representation of color #253DFE: hue angle of 233.36º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253DFE is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 61 | 254 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.00 |
| HSL | 233.36º | 0.99% | 0.57% | - |
| HSV(B) | 233.36º | 0.85% | 1% | - |
| XYZ | 20.32 | 10.89 | 94.8 | - |
| YUV | 75.83 | 228.55 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 254 | 0.85 | 0.76 | 0 | 0.00 | 233.36 | 0.99 | 0.57 |
| Hex | 25 | 3D | FE | 55 | 4C | 0 | 0 | E9 | 63 | 39 |
| Octal | 45 | 75 | 376 | 125 | 114 | 0 | 0 | 351 | 143 | 71 |
| Binary | 100101 | 111101 | 11111110 | 1010101 | 1001100 | 0 | 0 | 11101001 | 1100011 | 111001 |
Color Harmonies of #253DFE
Complementary color
Monochromatic Colors of #253DFE
Black with #253DFE
Text Example
Text Example
White with #253DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DFE; }
p { color: rgb(37,61,254); }
H1.HeaderClassName
{
color: #253DFE;
}
.AnyTagClassName
{
color: #253DFE;
}
</style>
background-color css
<style>
a { background-color: #253DFE; }
a { background-color: rgb(37,61,254); }
div.DivClassName
{
background-color: #253DFE;
}
.BgClassName
{
background-color: #253DFE;
}
</style>
border-color css
<style>
span { border-color: #253DFE; }
span { border-color: rgb(37,61,254); }
td.TdClassName
{
border-color: #253DFE;
}
.TagClassName
{
border-color: #253DFE;
}
</style>