Shades of Neon Blue #253FFB
Tints of Neon Blue #253FFB
RGB
CMYK
RGB Variations
Color information
#253FFB (or 0x253FFB) is known color: Neon Blue. HEX triplet: 25, 3F and FB. RGB value is (37,63,251). Sum of RGB (Red+Green+Blue) = 37+63+251=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #253FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253FFB is #DAC004. Grayscale: #4B4B4B. Windows color (decimal): -14336005 or 16465701. OLE color: 16465701.
HSL color Cylindrical-coordinate representation of color #253FFB: hue angle of 232.71º 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 #253FFB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 63 | 251 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.02 |
| HSL | 232.71º | 0.96% | 0.56% | - |
| HSV(B) | 232.71º | 0.85% | 0.98% | - |
| XYZ | 19.95 | 10.91 | 92.32 | - |
| YUV | 76.66 | 226.39 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 251 | 0.85 | 0.75 | 0 | 0.02 | 232.71 | 0.96 | 0.56 |
| Hex | 25 | 3F | FB | 55 | 4B | 0 | 2 | E9 | 60 | 38 |
| Octal | 45 | 77 | 373 | 125 | 113 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100101 | 111111 | 11111011 | 1010101 | 1001011 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #253FFB
Complementary color
Monochromatic Colors of #253FFB
Black with #253FFB
Text Example
Text Example
White with #253FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253FFB; }
p { color: rgb(37,63,251); }
H1.HeaderClassName
{
color: #253FFB;
}
.AnyTagClassName
{
color: #253FFB;
}
</style>
background-color css
<style>
a { background-color: #253FFB; }
a { background-color: rgb(37,63,251); }
div.DivClassName
{
background-color: #253FFB;
}
.BgClassName
{
background-color: #253FFB;
}
</style>
border-color css
<style>
span { border-color: #253FFB; }
span { border-color: rgb(37,63,251); }
td.TdClassName
{
border-color: #253FFB;
}
.TagClassName
{
border-color: #253FFB;
}
</style>