Shades of Neon Blue #1141FD
Tints of Neon Blue #1141FD
RGB
CMYK
RGB Variations
Color information
#1141FD (or 0x1141FD) is known color: Neon Blue. HEX triplet: 11, 41 and FD. RGB value is (17,65,253). Sum of RGB (Red+Green+Blue) = 17+65+253=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #1141FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141FD is #EEBE02. Grayscale: #474747. Windows color (decimal): -15646211 or 16597265. OLE color: 16597265.
HSL color Cylindrical-coordinate representation of color #1141FD: hue angle of 227.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1141FD is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 65 | 253 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.01 |
| HSL | 227.8º | 0.98% | 0.53% | - |
| HSV(B) | 227.8º | 0.93% | 0.99% | - |
| XYZ | 19.85 | 10.99 | 94 | - |
| YUV | 72.08 | 230.1 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 253 | 0.93 | 0.74 | 0 | 0.01 | 227.8 | 0.98 | 0.53 |
| Hex | 11 | 41 | FD | 5D | 4A | 0 | 1 | E4 | 62 | 35 |
| Octal | 21 | 101 | 375 | 135 | 112 | 0 | 1 | 344 | 142 | 65 |
| Binary | 10001 | 1000001 | 11111101 | 1011101 | 1001010 | 0 | 1 | 11100100 | 1100010 | 110101 |
Color Harmonies of #1141FD
Complementary color
Monochromatic Colors of #1141FD
Black with #1141FD
Text Example
Text Example
White with #1141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141FD; }
p { color: rgb(17,65,253); }
H1.HeaderClassName
{
color: #1141FD;
}
.AnyTagClassName
{
color: #1141FD;
}
</style>
background-color css
<style>
a { background-color: #1141FD; }
a { background-color: rgb(17,65,253); }
div.DivClassName
{
background-color: #1141FD;
}
.BgClassName
{
background-color: #1141FD;
}
</style>
border-color css
<style>
span { border-color: #1141FD; }
span { border-color: rgb(17,65,253); }
td.TdClassName
{
border-color: #1141FD;
}
.TagClassName
{
border-color: #1141FD;
}
</style>