Shades of Neon Blue #1746FC
Tints of Neon Blue #1746FC
RGB
CMYK
RGB Variations
Color information
#1746FC (or 0x1746FC) is known color: Neon Blue. HEX triplet: 17, 46 and FC. RGB value is (23,70,252). Sum of RGB (Red+Green+Blue) = 23+70+252=345 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.67% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #1746FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1746FC is #E8B903. Grayscale: #4B4B4B. Windows color (decimal): -15251716 or 16533015. OLE color: 16533015.
HSL color Cylindrical-coordinate representation of color #1746FC: hue angle of 227.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1746FC is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 70 | 252 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.01 |
| HSL | 227.69º | 0.97% | 0.54% | - |
| HSV(B) | 227.69º | 0.91% | 0.99% | - |
| XYZ | 20.11 | 11.59 | 93.27 | - |
| YUV | 76.7 | 226.93 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 252 | 0.91 | 0.72 | 0 | 0.01 | 227.69 | 0.97 | 0.54 |
| Hex | 17 | 46 | FC | 5B | 48 | 0 | 1 | E4 | 61 | 36 |
| Octal | 27 | 106 | 374 | 133 | 110 | 0 | 1 | 344 | 141 | 66 |
| Binary | 10111 | 1000110 | 11111100 | 1011011 | 1001000 | 0 | 1 | 11100100 | 1100001 | 110110 |
Color Harmonies of #1746FC
Complementary color
Monochromatic Colors of #1746FC
Black with #1746FC
Text Example
Text Example
White with #1746FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1746FC; }
p { color: rgb(23,70,252); }
H1.HeaderClassName
{
color: #1746FC;
}
.AnyTagClassName
{
color: #1746FC;
}
</style>
background-color css
<style>
a { background-color: #1746FC; }
a { background-color: rgb(23,70,252); }
div.DivClassName
{
background-color: #1746FC;
}
.BgClassName
{
background-color: #1746FC;
}
</style>
border-color css
<style>
span { border-color: #1746FC; }
span { border-color: rgb(23,70,252); }
td.TdClassName
{
border-color: #1746FC;
}
.TagClassName
{
border-color: #1746FC;
}
</style>