Shades of Neon Blue #2548FF
Tints of Neon Blue #2548FF
RGB
CMYK
RGB Variations
Color information
#2548FF (or 0x2548FF) is known color: Neon Blue. HEX triplet: 25, 48 and FF. RGB value is (37,72,255). Sum of RGB (Red+Green+Blue) = 37+72+255=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #2548FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2548FF is #DAB700. Grayscale: #515151. Windows color (decimal): -14333697 or 16730149. OLE color: 16730149.
HSL color Cylindrical-coordinate representation of color #2548FF: hue angle of 230.37º 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 #2548FF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 72 | 255 | - |
| CMYK | 0.85 | 0.72 | 0 | 0 |
| HSL | 230.37º | 1% | 0.57% | - |
| HSV(B) | 230.37º | 0.85% | 1% | - |
| XYZ | 21.13 | 12.25 | 95.86 | - |
| YUV | 82.4 | 225.4 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 255 | 0.85 | 0.72 | 0 | 0 | 230.37 | 1 | 0.57 |
| Hex | 25 | 48 | FF | 55 | 48 | 0 | 0 | E6 | 64 | 39 |
| Octal | 45 | 110 | 377 | 125 | 110 | 0 | 0 | 346 | 144 | 71 |
| Binary | 100101 | 1001000 | 11111111 | 1010101 | 1001000 | 0 | 0 | 11100110 | 1100100 | 111001 |
Color Harmonies of #2548FF
Complementary color
Monochromatic Colors of #2548FF
Black with #2548FF
Text Example
Text Example
White with #2548FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2548FF; }
p { color: rgb(37,72,255); }
H1.HeaderClassName
{
color: #2548FF;
}
.AnyTagClassName
{
color: #2548FF;
}
</style>
background-color css
<style>
a { background-color: #2548FF; }
a { background-color: rgb(37,72,255); }
div.DivClassName
{
background-color: #2548FF;
}
.BgClassName
{
background-color: #2548FF;
}
</style>
border-color css
<style>
span { border-color: #2548FF; }
span { border-color: rgb(37,72,255); }
td.TdClassName
{
border-color: #2548FF;
}
.TagClassName
{
border-color: #2548FF;
}
</style>