Shades of Neon Blue #1748FA
Tints of Neon Blue #1748FA
RGB
CMYK
RGB Variations
Color information
#1748FA (or 0x1748FA) is known color: Neon Blue. HEX triplet: 17, 48 and FA. RGB value is (23,72,250). Sum of RGB (Red+Green+Blue) = 23+72+250=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #1748FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1748FA is #E8B705. Grayscale: #4C4C4C. Windows color (decimal): -15251206 or 16402455. OLE color: 16402455.
HSL color Cylindrical-coordinate representation of color #1748FA: hue angle of 227.05º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1748FA is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 72 | 250 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.02 |
| HSL | 227.05º | 0.96% | 0.54% | - |
| HSV(B) | 227.05º | 0.91% | 0.98% | - |
| XYZ | 19.93 | 11.72 | 91.65 | - |
| YUV | 77.64 | 225.27 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 250 | 0.91 | 0.71 | 0 | 0.02 | 227.05 | 0.96 | 0.54 |
| Hex | 17 | 48 | FA | 5B | 47 | 0 | 2 | E3 | 60 | 36 |
| Octal | 27 | 110 | 372 | 133 | 107 | 0 | 2 | 343 | 140 | 66 |
| Binary | 10111 | 1001000 | 11111010 | 1011011 | 1000111 | 0 | 10 | 11100011 | 1100000 | 110110 |
Color Harmonies of #1748FA
Complementary color
Monochromatic Colors of #1748FA
Black with #1748FA
Text Example
Text Example
White with #1748FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748FA; }
p { color: rgb(23,72,250); }
H1.HeaderClassName
{
color: #1748FA;
}
.AnyTagClassName
{
color: #1748FA;
}
</style>
background-color css
<style>
a { background-color: #1748FA; }
a { background-color: rgb(23,72,250); }
div.DivClassName
{
background-color: #1748FA;
}
.BgClassName
{
background-color: #1748FA;
}
</style>
border-color css
<style>
span { border-color: #1748FA; }
span { border-color: rgb(23,72,250); }
td.TdClassName
{
border-color: #1748FA;
}
.TagClassName
{
border-color: #1748FA;
}
</style>