Shades of Neon Blue #1740FB
Tints of Neon Blue #1740FB
RGB
CMYK
RGB Variations
Color information
#1740FB (or 0x1740FB) is known color: Neon Blue. HEX triplet: 17, 40 and FB. RGB value is (23,64,251). Sum of RGB (Red+Green+Blue) = 23+64+251=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #1740FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740FB is #E8BF04. Grayscale: #484848. Windows color (decimal): -15253253 or 16465943. OLE color: 16465943.
HSL color Cylindrical-coordinate representation of color #1740FB: hue angle of 229.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1740FB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 64 | 251 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.02 |
| HSL | 229.21º | 0.97% | 0.54% | - |
| HSV(B) | 229.21º | 0.91% | 0.98% | - |
| XYZ | 19.6 | 10.81 | 92.32 | - |
| YUV | 73.06 | 228.42 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 251 | 0.91 | 0.75 | 0 | 0.02 | 229.21 | 0.97 | 0.54 |
| Hex | 17 | 40 | FB | 5B | 4B | 0 | 2 | E5 | 61 | 36 |
| Octal | 27 | 100 | 373 | 133 | 113 | 0 | 2 | 345 | 141 | 66 |
| Binary | 10111 | 1000000 | 11111011 | 1011011 | 1001011 | 0 | 10 | 11100101 | 1100001 | 110110 |
Color Harmonies of #1740FB
Complementary color
Monochromatic Colors of #1740FB
Black with #1740FB
Text Example
Text Example
White with #1740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740FB; }
p { color: rgb(23,64,251); }
H1.HeaderClassName
{
color: #1740FB;
}
.AnyTagClassName
{
color: #1740FB;
}
</style>
background-color css
<style>
a { background-color: #1740FB; }
a { background-color: rgb(23,64,251); }
div.DivClassName
{
background-color: #1740FB;
}
.BgClassName
{
background-color: #1740FB;
}
</style>
border-color css
<style>
span { border-color: #1740FB; }
span { border-color: rgb(23,64,251); }
td.TdClassName
{
border-color: #1740FB;
}
.TagClassName
{
border-color: #1740FB;
}
</style>