Shades of Neon Blue #1748FF
Tints of Neon Blue #1748FF
RGB
CMYK
RGB Variations
Color information
#1748FF (or 0x1748FF) is known color: Neon Blue. HEX triplet: 17, 48 and FF. RGB value is (23,72,255). Sum of RGB (Red+Green+Blue) = 23+72+255=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #1748FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1748FF is #E8B700. Grayscale: #4D4D4D. Windows color (decimal): -15251201 or 16730135. OLE color: 16730135.
HSL color Cylindrical-coordinate representation of color #1748FF: hue angle of 227.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1748FF is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 72 | 255 | - |
| CMYK | 0.91 | 0.72 | 0 | 0 |
| HSL | 227.33º | 1% | 0.55% | - |
| HSV(B) | 227.33º | 0.91% | 1% | - |
| XYZ | 20.72 | 12.04 | 95.84 | - |
| YUV | 78.21 | 227.77 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 72 | 255 | 0.91 | 0.72 | 0 | 0 | 227.33 | 1 | 0.55 |
| Hex | 17 | 48 | FF | 5B | 48 | 0 | 0 | E3 | 64 | 37 |
| Octal | 27 | 110 | 377 | 133 | 110 | 0 | 0 | 343 | 144 | 67 |
| Binary | 10111 | 1001000 | 11111111 | 1011011 | 1001000 | 0 | 0 | 11100011 | 1100100 | 110111 |
Color Harmonies of #1748FF
Complementary color
Monochromatic Colors of #1748FF
Black with #1748FF
Text Example
Text Example
White with #1748FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1748FF; }
p { color: rgb(23,72,255); }
H1.HeaderClassName
{
color: #1748FF;
}
.AnyTagClassName
{
color: #1748FF;
}
</style>
background-color css
<style>
a { background-color: #1748FF; }
a { background-color: rgb(23,72,255); }
div.DivClassName
{
background-color: #1748FF;
}
.BgClassName
{
background-color: #1748FF;
}
</style>
border-color css
<style>
span { border-color: #1748FF; }
span { border-color: rgb(23,72,255); }
td.TdClassName
{
border-color: #1748FF;
}
.TagClassName
{
border-color: #1748FF;
}
</style>