Shades of Neon Blue #253AFF
Tints of Neon Blue #253AFF
RGB
CMYK
RGB Variations
Color information
#253AFF (or 0x253AFF) is known color: Neon Blue. HEX triplet: 25, 3A and FF. RGB value is (37,58,255). Sum of RGB (Red+Green+Blue) = 37+58+255=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #253AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #253AFF is #DAC500. Grayscale: #494949. Windows color (decimal): -14337281 or 16726565. OLE color: 16726565.
HSL color Cylindrical-coordinate representation of color #253AFF: hue angle of 234.22º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253AFF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 58 | 255 | - |
| CMYK | 0.85 | 0.77 | 0 | 0 |
| HSL | 234.22º | 1% | 0.57% | - |
| HSV(B) | 234.22º | 0.85% | 1% | - |
| XYZ | 20.33 | 10.64 | 95.59 | - |
| YUV | 74.18 | 230.04 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 255 | 0.85 | 0.77 | 0 | 0 | 234.22 | 1 | 0.57 |
| Hex | 25 | 3A | FF | 55 | 4D | 0 | 0 | EA | 64 | 39 |
| Octal | 45 | 72 | 377 | 125 | 115 | 0 | 0 | 352 | 144 | 71 |
| Binary | 100101 | 111010 | 11111111 | 1010101 | 1001101 | 0 | 0 | 11101010 | 1100100 | 111001 |
Color Harmonies of #253AFF
Complementary color
Monochromatic Colors of #253AFF
Black with #253AFF
Text Example
Text Example
White with #253AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253AFF; }
p { color: rgb(37,58,255); }
H1.HeaderClassName
{
color: #253AFF;
}
.AnyTagClassName
{
color: #253AFF;
}
</style>
background-color css
<style>
a { background-color: #253AFF; }
a { background-color: rgb(37,58,255); }
div.DivClassName
{
background-color: #253AFF;
}
.BgClassName
{
background-color: #253AFF;
}
</style>
border-color css
<style>
span { border-color: #253AFF; }
span { border-color: rgb(37,58,255); }
td.TdClassName
{
border-color: #253AFF;
}
.TagClassName
{
border-color: #253AFF;
}
</style>