Shades of Neon Blue #253DFC
Tints of Neon Blue #253DFC
RGB
CMYK
RGB Variations
Color information
#253DFC (or 0x253DFC) is known color: Neon Blue. HEX triplet: 25, 3D and FC. RGB value is (37,61,252). Sum of RGB (Red+Green+Blue) = 37+61+252=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #253DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253DFC is #DAC203. Grayscale: #4A4A4A. Windows color (decimal): -14336516 or 16530725. OLE color: 16530725.
HSL color Cylindrical-coordinate representation of color #253DFC: hue angle of 233.3º 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 #253DFC is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 61 | 252 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.01 |
| HSL | 233.3º | 0.97% | 0.57% | - |
| HSV(B) | 233.3º | 0.85% | 0.99% | - |
| XYZ | 20 | 10.76 | 93.12 | - |
| YUV | 75.6 | 227.55 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 252 | 0.85 | 0.76 | 0 | 0.01 | 233.3 | 0.97 | 0.57 |
| Hex | 25 | 3D | FC | 55 | 4C | 0 | 1 | E9 | 61 | 39 |
| Octal | 45 | 75 | 374 | 125 | 114 | 0 | 1 | 351 | 141 | 71 |
| Binary | 100101 | 111101 | 11111100 | 1010101 | 1001100 | 0 | 1 | 11101001 | 1100001 | 111001 |
Color Harmonies of #253DFC
Complementary color
Monochromatic Colors of #253DFC
Black with #253DFC
Text Example
Text Example
White with #253DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253DFC; }
p { color: rgb(37,61,252); }
H1.HeaderClassName
{
color: #253DFC;
}
.AnyTagClassName
{
color: #253DFC;
}
</style>
background-color css
<style>
a { background-color: #253DFC; }
a { background-color: rgb(37,61,252); }
div.DivClassName
{
background-color: #253DFC;
}
.BgClassName
{
background-color: #253DFC;
}
</style>
border-color css
<style>
span { border-color: #253DFC; }
span { border-color: rgb(37,61,252); }
td.TdClassName
{
border-color: #253DFC;
}
.TagClassName
{
border-color: #253DFC;
}
</style>