Shades of Neon Blue #1749FD
Tints of Neon Blue #1749FD
RGB
CMYK
RGB Variations
Color information
#1749FD (or 0x1749FD) is known color: Neon Blue. HEX triplet: 17, 49 and FD. RGB value is (23,73,253). Sum of RGB (Red+Green+Blue) = 23+73+253=349 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.59% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #1749FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1749FD is #E8B602. Grayscale: #4D4D4D. Windows color (decimal): -15250947 or 16599319. OLE color: 16599319.
HSL color Cylindrical-coordinate representation of color #1749FD: hue angle of 226.96º degrees, saturation: 0.98, 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 #1749FD is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 73 | 253 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.01 |
| HSL | 226.96º | 0.98% | 0.54% | - |
| HSV(B) | 226.96º | 0.91% | 0.99% | - |
| XYZ | 20.47 | 12.04 | 94.17 | - |
| YUV | 78.57 | 226.44 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 73 | 253 | 0.91 | 0.71 | 0 | 0.01 | 226.96 | 0.98 | 0.54 |
| Hex | 17 | 49 | FD | 5B | 47 | 0 | 1 | E3 | 62 | 36 |
| Octal | 27 | 111 | 375 | 133 | 107 | 0 | 1 | 343 | 142 | 66 |
| Binary | 10111 | 1001001 | 11111101 | 1011011 | 1000111 | 0 | 1 | 11100011 | 1100010 | 110110 |
Color Harmonies of #1749FD
Complementary color
Monochromatic Colors of #1749FD
Black with #1749FD
Text Example
Text Example
White with #1749FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1749FD; }
p { color: rgb(23,73,253); }
H1.HeaderClassName
{
color: #1749FD;
}
.AnyTagClassName
{
color: #1749FD;
}
</style>
background-color css
<style>
a { background-color: #1749FD; }
a { background-color: rgb(23,73,253); }
div.DivClassName
{
background-color: #1749FD;
}
.BgClassName
{
background-color: #1749FD;
}
</style>
border-color css
<style>
span { border-color: #1749FD; }
span { border-color: rgb(23,73,253); }
td.TdClassName
{
border-color: #1749FD;
}
.TagClassName
{
border-color: #1749FD;
}
</style>