Shades of Neon Blue #1C48FA
Tints of Neon Blue #1C48FA
RGB
CMYK
RGB Variations
Color information
#1C48FA (or 0x1C48FA) is known color: Neon Blue. HEX triplet: 1C, 48 and FA. RGB value is (28,72,250). Sum of RGB (Red+Green+Blue) = 28+72+250=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C48FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C48FA is #E3B705. Grayscale: #4E4E4E. Windows color (decimal): -14923526 or 16402460. OLE color: 16402460.
HSL color Cylindrical-coordinate representation of color #1C48FA: hue angle of 228.11º 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 #1C48FA is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 72 | 250 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.02 |
| HSL | 228.11º | 0.96% | 0.55% | - |
| HSV(B) | 228.11º | 0.89% | 0.98% | - |
| XYZ | 20.05 | 11.78 | 91.66 | - |
| YUV | 79.14 | 224.42 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 250 | 0.89 | 0.71 | 0 | 0.02 | 228.11 | 0.96 | 0.55 |
| Hex | 1C | 48 | FA | 59 | 47 | 0 | 2 | E4 | 60 | 37 |
| Octal | 34 | 110 | 372 | 131 | 107 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11100 | 1001000 | 11111010 | 1011001 | 1000111 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1C48FA
Complementary color
Monochromatic Colors of #1C48FA
Black with #1C48FA
Text Example
Text Example
White with #1C48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C48FA; }
p { color: rgb(28,72,250); }
H1.HeaderClassName
{
color: #1C48FA;
}
.AnyTagClassName
{
color: #1C48FA;
}
</style>
background-color css
<style>
a { background-color: #1C48FA; }
a { background-color: rgb(28,72,250); }
div.DivClassName
{
background-color: #1C48FA;
}
.BgClassName
{
background-color: #1C48FA;
}
</style>
border-color css
<style>
span { border-color: #1C48FA; }
span { border-color: rgb(28,72,250); }
td.TdClassName
{
border-color: #1C48FA;
}
.TagClassName
{
border-color: #1C48FA;
}
</style>