Shades of Neon Blue #1741FA
Tints of Neon Blue #1741FA
RGB
CMYK
RGB Variations
Color information
#1741FA (or 0x1741FA) is known color: Neon Blue. HEX triplet: 17, 41 and FA. RGB value is (23,65,250). Sum of RGB (Red+Green+Blue) = 23+65+250=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #1741FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741FA is #E8BE05. Grayscale: #484848. Windows color (decimal): -15252998 or 16400663. OLE color: 16400663.
HSL color Cylindrical-coordinate representation of color #1741FA: hue angle of 228.9º degrees, saturation: 0.96, 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 #1741FA is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 65 | 250 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.02 |
| HSL | 228.9º | 0.96% | 0.54% | - |
| HSV(B) | 228.9º | 0.91% | 0.98% | - |
| XYZ | 19.5 | 10.86 | 91.51 | - |
| YUV | 73.53 | 227.59 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 250 | 0.91 | 0.74 | 0 | 0.02 | 228.9 | 0.96 | 0.54 |
| Hex | 17 | 41 | FA | 5B | 4A | 0 | 2 | E5 | 60 | 36 |
| Octal | 27 | 101 | 372 | 133 | 112 | 0 | 2 | 345 | 140 | 66 |
| Binary | 10111 | 1000001 | 11111010 | 1011011 | 1001010 | 0 | 10 | 11100101 | 1100000 | 110110 |
Color Harmonies of #1741FA
Complementary color
Monochromatic Colors of #1741FA
Black with #1741FA
Text Example
Text Example
White with #1741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741FA; }
p { color: rgb(23,65,250); }
H1.HeaderClassName
{
color: #1741FA;
}
.AnyTagClassName
{
color: #1741FA;
}
</style>
background-color css
<style>
a { background-color: #1741FA; }
a { background-color: rgb(23,65,250); }
div.DivClassName
{
background-color: #1741FA;
}
.BgClassName
{
background-color: #1741FA;
}
</style>
border-color css
<style>
span { border-color: #1741FA; }
span { border-color: rgb(23,65,250); }
td.TdClassName
{
border-color: #1741FA;
}
.TagClassName
{
border-color: #1741FA;
}
</style>