Shades of Neon Blue #1C47FA
Tints of Neon Blue #1C47FA
RGB
CMYK
RGB Variations
Color information
#1C47FA (or 0x1C47FA) is known color: Neon Blue. HEX triplet: 1C, 47 and FA. RGB value is (28,71,250). Sum of RGB (Red+Green+Blue) = 28+71+250=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C47FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C47FA is #E3B805. Grayscale: #4D4D4D. Windows color (decimal): -14923782 or 16402204. OLE color: 16402204.
HSL color Cylindrical-coordinate representation of color #1C47FA: hue angle of 228.38º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C47FA is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 71 | 250 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.02 |
| HSL | 228.38º | 0.96% | 0.55% | - |
| HSV(B) | 228.38º | 0.89% | 0.98% | - |
| XYZ | 19.99 | 11.66 | 91.64 | - |
| YUV | 78.55 | 224.75 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 71 | 250 | 0.89 | 0.72 | 0 | 0.02 | 228.38 | 0.96 | 0.55 |
| Hex | 1C | 47 | FA | 59 | 48 | 0 | 2 | E4 | 60 | 37 |
| Octal | 34 | 107 | 372 | 131 | 110 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11100 | 1000111 | 11111010 | 1011001 | 1001000 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1C47FA
Complementary color
Monochromatic Colors of #1C47FA
Black with #1C47FA
Text Example
Text Example
White with #1C47FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C47FA; }
p { color: rgb(28,71,250); }
H1.HeaderClassName
{
color: #1C47FA;
}
.AnyTagClassName
{
color: #1C47FA;
}
</style>
background-color css
<style>
a { background-color: #1C47FA; }
a { background-color: rgb(28,71,250); }
div.DivClassName
{
background-color: #1C47FA;
}
.BgClassName
{
background-color: #1C47FA;
}
</style>
border-color css
<style>
span { border-color: #1C47FA; }
span { border-color: rgb(28,71,250); }
td.TdClassName
{
border-color: #1C47FA;
}
.TagClassName
{
border-color: #1C47FA;
}
</style>