Shades of Neon Blue #1746FF
Tints of Neon Blue #1746FF
RGB
CMYK
RGB Variations
Color information
#1746FF (or 0x1746FF) is known color: Neon Blue. HEX triplet: 17, 46 and FF. RGB value is (23,70,255). Sum of RGB (Red+Green+Blue) = 23+70+255=348 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.61% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #1746FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1746FF is #E8B900. Grayscale: #4C4C4C. Windows color (decimal): -15251713 or 16729623. OLE color: 16729623.
HSL color Cylindrical-coordinate representation of color #1746FF: hue angle of 227.84º 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 #1746FF is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 70 | 255 | - |
| CMYK | 0.91 | 0.73 | 0 | 0 |
| HSL | 227.84º | 1% | 0.55% | - |
| HSV(B) | 227.84º | 0.91% | 1% | - |
| XYZ | 20.59 | 11.78 | 95.8 | - |
| YUV | 77.04 | 228.43 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 255 | 0.91 | 0.73 | 0 | 0 | 227.84 | 1 | 0.55 |
| Hex | 17 | 46 | FF | 5B | 49 | 0 | 0 | E4 | 64 | 37 |
| Octal | 27 | 106 | 377 | 133 | 111 | 0 | 0 | 344 | 144 | 67 |
| Binary | 10111 | 1000110 | 11111111 | 1011011 | 1001001 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1746FF
Complementary color
Monochromatic Colors of #1746FF
Black with #1746FF
Text Example
Text Example
White with #1746FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1746FF; }
p { color: rgb(23,70,255); }
H1.HeaderClassName
{
color: #1746FF;
}
.AnyTagClassName
{
color: #1746FF;
}
</style>
background-color css
<style>
a { background-color: #1746FF; }
a { background-color: rgb(23,70,255); }
div.DivClassName
{
background-color: #1746FF;
}
.BgClassName
{
background-color: #1746FF;
}
</style>
border-color css
<style>
span { border-color: #1746FF; }
span { border-color: rgb(23,70,255); }
td.TdClassName
{
border-color: #1746FF;
}
.TagClassName
{
border-color: #1746FF;
}
</style>