Shades of Neon Blue #1141FA
Tints of Neon Blue #1141FA
RGB
CMYK
RGB Variations
Color information
#1141FA (or 0x1141FA) is known color: Neon Blue. HEX triplet: 11, 41 and FA. RGB value is (17,65,250). Sum of RGB (Red+Green+Blue) = 17+65+250=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 250 (98.05% from 255 or 75.30% from 332); Max value from RGB is 250 - color contains mainly: blue. Hex color #1141FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1141FA is #EEBE05. Grayscale: #464646. Windows color (decimal): -15646214 or 16400657. OLE color: 16400657.
HSL color Cylindrical-coordinate representation of color #1141FA: hue angle of 227.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1141FA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 65 | 250 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.02 |
| HSL | 227.64º | 0.96% | 0.52% | - |
| HSV(B) | 227.64º | 0.93% | 0.98% | - |
| XYZ | 19.38 | 10.8 | 91.51 | - |
| YUV | 71.74 | 228.6 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 65 | 250 | 0.93 | 0.74 | 0 | 0.02 | 227.64 | 0.96 | 0.52 |
| Hex | 11 | 41 | FA | 5D | 4A | 0 | 2 | E4 | 60 | 34 |
| Octal | 21 | 101 | 372 | 135 | 112 | 0 | 2 | 344 | 140 | 64 |
| Binary | 10001 | 1000001 | 11111010 | 1011101 | 1001010 | 0 | 10 | 11100100 | 1100000 | 110100 |
Color Harmonies of #1141FA
Complementary color
Monochromatic Colors of #1141FA
Black with #1141FA
Text Example
Text Example
White with #1141FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1141FA; }
p { color: rgb(17,65,250); }
H1.HeaderClassName
{
color: #1141FA;
}
.AnyTagClassName
{
color: #1141FA;
}
</style>
background-color css
<style>
a { background-color: #1141FA; }
a { background-color: rgb(17,65,250); }
div.DivClassName
{
background-color: #1141FA;
}
.BgClassName
{
background-color: #1141FA;
}
</style>
border-color css
<style>
span { border-color: #1141FA; }
span { border-color: rgb(17,65,250); }
td.TdClassName
{
border-color: #1141FA;
}
.TagClassName
{
border-color: #1141FA;
}
</style>