Shades of Neon Blue #253FFC
Tints of Neon Blue #253FFC
RGB
CMYK
RGB Variations
Color information
#253FFC (or 0x253FFC) is known color: Neon Blue. HEX triplet: 25, 3F and FC. RGB value is (37,63,252). Sum of RGB (Red+Green+Blue) = 37+63+252=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 252 (98.83% from 255 or 71.59% from 352); Max value from RGB is 252 - color contains mainly: blue. Hex color #253FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FFC is #DAC003. Grayscale: #4B4B4B. Windows color (decimal): -14336004 or 16531237. OLE color: 16531237.
HSL color Cylindrical-coordinate representation of color #253FFC: hue angle of 232.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253FFC is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 63 | 252 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.01 |
| HSL | 232.74º | 0.97% | 0.57% | - |
| HSV(B) | 232.74º | 0.85% | 0.99% | - |
| XYZ | 20.11 | 10.98 | 93.15 | - |
| YUV | 76.77 | 226.89 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 252 | 0.85 | 0.75 | 0 | 0.01 | 232.74 | 0.97 | 0.57 |
| Hex | 25 | 3F | FC | 55 | 4B | 0 | 1 | E9 | 61 | 39 |
| Octal | 45 | 77 | 374 | 125 | 113 | 0 | 1 | 351 | 141 | 71 |
| Binary | 100101 | 111111 | 11111100 | 1010101 | 1001011 | 0 | 1 | 11101001 | 1100001 | 111001 |
Color Harmonies of #253FFC
Complementary color
Monochromatic Colors of #253FFC
Black with #253FFC
Text Example
Text Example
White with #253FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FFC; }
p { color: rgb(37,63,252); }
H1.HeaderClassName
{
color: #253FFC;
}
.AnyTagClassName
{
color: #253FFC;
}
</style>
background-color css
<style>
a { background-color: #253FFC; }
a { background-color: rgb(37,63,252); }
div.DivClassName
{
background-color: #253FFC;
}
.BgClassName
{
background-color: #253FFC;
}
</style>
border-color css
<style>
span { border-color: #253FFC; }
span { border-color: rgb(37,63,252); }
td.TdClassName
{
border-color: #253FFC;
}
.TagClassName
{
border-color: #253FFC;
}
</style>