Shades of Neon Blue #2547FC
Tints of Neon Blue #2547FC
RGB
CMYK
RGB Variations
Color information
#2547FC (or 0x2547FC) is known color: Neon Blue. HEX triplet: 25, 47 and FC. RGB value is (37,71,252). Sum of RGB (Red+Green+Blue) = 37+71+252=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #2547FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2547FC is #DAB803. Grayscale: #505050. Windows color (decimal): -14333956 or 16533285. OLE color: 16533285.
HSL color Cylindrical-coordinate representation of color #2547FC: hue angle of 230.51º 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 #2547FC is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 71 | 252 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.01 |
| HSL | 230.51º | 0.97% | 0.57% | - |
| HSV(B) | 230.51º | 0.85% | 0.99% | - |
| XYZ | 20.59 | 11.93 | 93.31 | - |
| YUV | 81.47 | 224.24 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 252 | 0.85 | 0.72 | 0 | 0.01 | 230.51 | 0.97 | 0.57 |
| Hex | 25 | 47 | FC | 55 | 48 | 0 | 1 | E7 | 61 | 39 |
| Octal | 45 | 107 | 374 | 125 | 110 | 0 | 1 | 347 | 141 | 71 |
| Binary | 100101 | 1000111 | 11111100 | 1010101 | 1001000 | 0 | 1 | 11100111 | 1100001 | 111001 |
Color Harmonies of #2547FC
Complementary color
Monochromatic Colors of #2547FC
Black with #2547FC
Text Example
Text Example
White with #2547FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547FC; }
p { color: rgb(37,71,252); }
H1.HeaderClassName
{
color: #2547FC;
}
.AnyTagClassName
{
color: #2547FC;
}
</style>
background-color css
<style>
a { background-color: #2547FC; }
a { background-color: rgb(37,71,252); }
div.DivClassName
{
background-color: #2547FC;
}
.BgClassName
{
background-color: #2547FC;
}
</style>
border-color css
<style>
span { border-color: #2547FC; }
span { border-color: rgb(37,71,252); }
td.TdClassName
{
border-color: #2547FC;
}
.TagClassName
{
border-color: #2547FC;
}
</style>