Shades of Neon Blue #1740FF
Tints of Neon Blue #1740FF
RGB
CMYK
RGB Variations
Color information
#1740FF (or 0x1740FF) is known color: Neon Blue. HEX triplet: 17, 40 and FF. RGB value is (23,64,255). Sum of RGB (Red+Green+Blue) = 23+64+255=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #1740FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740FF is #E8BF00. Grayscale: #484848. Windows color (decimal): -15253249 or 16728087. OLE color: 16728087.
HSL color Cylindrical-coordinate representation of color #1740FF: hue angle of 229.4º 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 #1740FF is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 64 | 255 | - |
| CMYK | 0.91 | 0.75 | 0 | 0 |
| HSL | 229.4º | 1% | 0.55% | - |
| HSV(B) | 229.4º | 0.91% | 1% | - |
| XYZ | 20.24 | 11.07 | 95.68 | - |
| YUV | 73.52 | 230.42 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 255 | 0.91 | 0.75 | 0 | 0 | 229.4 | 1 | 0.55 |
| Hex | 17 | 40 | FF | 5B | 4B | 0 | 0 | E5 | 64 | 37 |
| Octal | 27 | 100 | 377 | 133 | 113 | 0 | 0 | 345 | 144 | 67 |
| Binary | 10111 | 1000000 | 11111111 | 1011011 | 1001011 | 0 | 0 | 11100101 | 1100100 | 110111 |
Color Harmonies of #1740FF
Complementary color
Monochromatic Colors of #1740FF
Black with #1740FF
Text Example
Text Example
White with #1740FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740FF; }
p { color: rgb(23,64,255); }
H1.HeaderClassName
{
color: #1740FF;
}
.AnyTagClassName
{
color: #1740FF;
}
</style>
background-color css
<style>
a { background-color: #1740FF; }
a { background-color: rgb(23,64,255); }
div.DivClassName
{
background-color: #1740FF;
}
.BgClassName
{
background-color: #1740FF;
}
</style>
border-color css
<style>
span { border-color: #1740FF; }
span { border-color: rgb(23,64,255); }
td.TdClassName
{
border-color: #1740FF;
}
.TagClassName
{
border-color: #1740FF;
}
</style>