Shades of Neon Blue #1145FD
Tints of Neon Blue #1145FD
RGB
CMYK
RGB Variations
Color information
#1145FD (or 0x1145FD) is known color: Neon Blue. HEX triplet: 11, 45 and FD. RGB value is (17,69,253). Sum of RGB (Red+Green+Blue) = 17+69+253=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #1145FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1145FD is #EEBA02. Grayscale: #494949. Windows color (decimal): -15645187 or 16598289. OLE color: 16598289.
HSL color Cylindrical-coordinate representation of color #1145FD: hue angle of 226.78º 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 #1145FD is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 69 | 253 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.01 |
| HSL | 226.78º | 0.98% | 0.53% | - |
| HSV(B) | 226.78º | 0.93% | 0.99% | - |
| XYZ | 20.09 | 11.47 | 94.08 | - |
| YUV | 74.43 | 228.77 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 253 | 0.93 | 0.73 | 0 | 0.01 | 226.78 | 0.98 | 0.53 |
| Hex | 11 | 45 | FD | 5D | 49 | 0 | 1 | E3 | 62 | 35 |
| Octal | 21 | 105 | 375 | 135 | 111 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10001 | 1000101 | 11111101 | 1011101 | 1001001 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1145FD
Complementary color
Monochromatic Colors of #1145FD
Black with #1145FD
Text Example
Text Example
White with #1145FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1145FD; }
p { color: rgb(17,69,253); }
H1.HeaderClassName
{
color: #1145FD;
}
.AnyTagClassName
{
color: #1145FD;
}
</style>
background-color css
<style>
a { background-color: #1145FD; }
a { background-color: rgb(17,69,253); }
div.DivClassName
{
background-color: #1145FD;
}
.BgClassName
{
background-color: #1145FD;
}
</style>
border-color css
<style>
span { border-color: #1145FD; }
span { border-color: rgb(17,69,253); }
td.TdClassName
{
border-color: #1145FD;
}
.TagClassName
{
border-color: #1145FD;
}
</style>