Shades of Neon Blue #1141FC
Tints of Neon Blue #1141FC
RGB
CMYK
RGB Variations
Color information
#1141FC (or 0x1141FC) is known color: Neon Blue. HEX triplet: 11, 41 and FC. RGB value is (17,65,252). Sum of RGB (Red+Green+Blue) = 17+65+252=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #1141FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141FC is #EEBE03. Grayscale: #474747. Windows color (decimal): -15646212 or 16531729. OLE color: 16531729.
HSL color Cylindrical-coordinate representation of color #1141FC: hue angle of 227.74º 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 #1141FC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 65 | 252 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.01 |
| HSL | 227.74º | 0.98% | 0.53% | - |
| HSV(B) | 227.74º | 0.93% | 0.99% | - |
| XYZ | 19.69 | 10.93 | 93.17 | - |
| YUV | 71.97 | 229.6 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 252 | 0.93 | 0.74 | 0 | 0.01 | 227.74 | 0.98 | 0.53 |
| Hex | 11 | 41 | FC | 5D | 4A | 0 | 1 | E4 | 62 | 35 |
| Octal | 21 | 101 | 374 | 135 | 112 | 0 | 1 | 344 | 142 | 65 |
| Binary | 10001 | 1000001 | 11111100 | 1011101 | 1001010 | 0 | 1 | 11100100 | 1100010 | 110101 |
Color Harmonies of #1141FC
Complementary color
Monochromatic Colors of #1141FC
Black with #1141FC
Text Example
Text Example
White with #1141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141FC; }
p { color: rgb(17,65,252); }
H1.HeaderClassName
{
color: #1141FC;
}
.AnyTagClassName
{
color: #1141FC;
}
</style>
background-color css
<style>
a { background-color: #1141FC; }
a { background-color: rgb(17,65,252); }
div.DivClassName
{
background-color: #1141FC;
}
.BgClassName
{
background-color: #1141FC;
}
</style>
border-color css
<style>
span { border-color: #1141FC; }
span { border-color: rgb(17,65,252); }
td.TdClassName
{
border-color: #1141FC;
}
.TagClassName
{
border-color: #1141FC;
}
</style>