Shades of Neon Blue #1741F9
Tints of Neon Blue #1741F9
RGB
CMYK
RGB Variations
Color information
#1741F9 (or 0x1741F9) is known color: Neon Blue. HEX triplet: 17, 41 and F9. RGB value is (23,65,249). Sum of RGB (Red+Green+Blue) = 23+65+249=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 249 (97.66% from 255 or 73.89% from 337); Max value from RGB is 249 - color contains mainly: blue. Hex color #1741F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741F9 is #E8BE06. Grayscale: #484848. Windows color (decimal): -15252999 or 16335127. OLE color: 16335127.
HSL color Cylindrical-coordinate representation of color #1741F9: hue angle of 228.85º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1741F9 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 65 | 249 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.02 |
| HSL | 228.85º | 0.95% | 0.53% | - |
| HSV(B) | 228.85º | 0.91% | 0.98% | - |
| XYZ | 19.34 | 10.8 | 90.69 | - |
| YUV | 73.42 | 227.09 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 249 | 0.91 | 0.74 | 0 | 0.02 | 228.85 | 0.95 | 0.53 |
| Hex | 17 | 41 | F9 | 5B | 4A | 0 | 2 | E5 | 5F | 35 |
| Octal | 27 | 101 | 371 | 133 | 112 | 0 | 2 | 345 | 137 | 65 |
| Binary | 10111 | 1000001 | 11111001 | 1011011 | 1001010 | 0 | 10 | 11100101 | 1011111 | 110101 |
Color Harmonies of #1741F9
Complementary color
Monochromatic Colors of #1741F9
Black with #1741F9
Text Example
Text Example
White with #1741F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741F9; }
p { color: rgb(23,65,249); }
H1.HeaderClassName
{
color: #1741F9;
}
.AnyTagClassName
{
color: #1741F9;
}
</style>
background-color css
<style>
a { background-color: #1741F9; }
a { background-color: rgb(23,65,249); }
div.DivClassName
{
background-color: #1741F9;
}
.BgClassName
{
background-color: #1741F9;
}
</style>
border-color css
<style>
span { border-color: #1741F9; }
span { border-color: rgb(23,65,249); }
td.TdClassName
{
border-color: #1741F9;
}
.TagClassName
{
border-color: #1741F9;
}
</style>