Shades of Neon Blue #253CFB
Tints of Neon Blue #253CFB
RGB
CMYK
RGB Variations
Color information
#253CFB (or 0x253CFB) is known color: Neon Blue. HEX triplet: 25, 3C and FB. RGB value is (37,60,251). Sum of RGB (Red+Green+Blue) = 37+60+251=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #253CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253CFB is #DAC304. Grayscale: #4A4A4A. Windows color (decimal): -14336773 or 16464933. OLE color: 16464933.
HSL color Cylindrical-coordinate representation of color #253CFB: hue angle of 233.55º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253CFB is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 60 | 251 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.02 |
| HSL | 233.55º | 0.96% | 0.56% | - |
| HSV(B) | 233.55º | 0.85% | 0.98% | - |
| XYZ | 19.79 | 10.59 | 92.27 | - |
| YUV | 74.9 | 227.38 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 251 | 0.85 | 0.76 | 0 | 0.02 | 233.55 | 0.96 | 0.56 |
| Hex | 25 | 3C | FB | 55 | 4C | 0 | 2 | EA | 60 | 38 |
| Octal | 45 | 74 | 373 | 125 | 114 | 0 | 2 | 352 | 140 | 70 |
| Binary | 100101 | 111100 | 11111011 | 1010101 | 1001100 | 0 | 10 | 11101010 | 1100000 | 111000 |
Color Harmonies of #253CFB
Complementary color
Monochromatic Colors of #253CFB
Black with #253CFB
Text Example
Text Example
White with #253CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253CFB; }
p { color: rgb(37,60,251); }
H1.HeaderClassName
{
color: #253CFB;
}
.AnyTagClassName
{
color: #253CFB;
}
</style>
background-color css
<style>
a { background-color: #253CFB; }
a { background-color: rgb(37,60,251); }
div.DivClassName
{
background-color: #253CFB;
}
.BgClassName
{
background-color: #253CFB;
}
</style>
border-color css
<style>
span { border-color: #253CFB; }
span { border-color: rgb(37,60,251); }
td.TdClassName
{
border-color: #253CFB;
}
.TagClassName
{
border-color: #253CFB;
}
</style>