Shades of Neon Blue #1145FC
Tints of Neon Blue #1145FC
RGB
CMYK
RGB Variations
Color information
#1145FC (or 0x1145FC) is known color: Neon Blue. HEX triplet: 11, 45 and FC. RGB value is (17,69,252). Sum of RGB (Red+Green+Blue) = 17+69+252=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #1145FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1145FC is #EEBA03. Grayscale: #494949. Windows color (decimal): -15645188 or 16532753. OLE color: 16532753.
HSL color Cylindrical-coordinate representation of color #1145FC: hue angle of 226.72º 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 #1145FC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 69 | 252 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.01 |
| HSL | 226.72º | 0.98% | 0.53% | - |
| HSV(B) | 226.72º | 0.93% | 0.99% | - |
| XYZ | 19.93 | 11.4 | 93.25 | - |
| YUV | 74.31 | 228.27 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 252 | 0.93 | 0.73 | 0 | 0.01 | 226.72 | 0.98 | 0.53 |
| Hex | 11 | 45 | FC | 5D | 49 | 0 | 1 | E3 | 62 | 35 |
| Octal | 21 | 105 | 374 | 135 | 111 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10001 | 1000101 | 11111100 | 1011101 | 1001001 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1145FC
Complementary color
Monochromatic Colors of #1145FC
Black with #1145FC
Text Example
Text Example
White with #1145FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145FC; }
p { color: rgb(17,69,252); }
H1.HeaderClassName
{
color: #1145FC;
}
.AnyTagClassName
{
color: #1145FC;
}
</style>
background-color css
<style>
a { background-color: #1145FC; }
a { background-color: rgb(17,69,252); }
div.DivClassName
{
background-color: #1145FC;
}
.BgClassName
{
background-color: #1145FC;
}
</style>
border-color css
<style>
span { border-color: #1145FC; }
span { border-color: rgb(17,69,252); }
td.TdClassName
{
border-color: #1145FC;
}
.TagClassName
{
border-color: #1145FC;
}
</style>