Shades of Neon Blue #113DFF
Tints of Neon Blue #113DFF
RGB
CMYK
RGB Variations
Color information
#113DFF (or 0x113DFF) is known color: Neon Blue. HEX triplet: 11, 3D and FF. RGB value is (17,61,255). Sum of RGB (Red+Green+Blue) = 17+61+255=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #113DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DFF is #EEC200. Grayscale: #454545. Windows color (decimal): -15647233 or 16727313. OLE color: 16727313.
HSL color Cylindrical-coordinate representation of color #113DFF: hue angle of 228.91º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113DFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 61 | 255 | - |
| CMYK | 0.93 | 0.76 | 0 | 0 |
| HSL | 228.91º | 1% | 0.53% | - |
| HSV(B) | 228.91º | 0.93% | 1% | - |
| XYZ | 19.95 | 10.68 | 95.62 | - |
| YUV | 69.96 | 232.42 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 255 | 0.93 | 0.76 | 0 | 0 | 228.91 | 1 | 0.53 |
| Hex | 11 | 3D | FF | 5D | 4C | 0 | 0 | E5 | 64 | 35 |
| Octal | 21 | 75 | 377 | 135 | 114 | 0 | 0 | 345 | 144 | 65 |
| Binary | 10001 | 111101 | 11111111 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100100 | 110101 |
Color Harmonies of #113DFF
Complementary color
Monochromatic Colors of #113DFF
Black with #113DFF
Text Example
Text Example
White with #113DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DFF; }
p { color: rgb(17,61,255); }
H1.HeaderClassName
{
color: #113DFF;
}
.AnyTagClassName
{
color: #113DFF;
}
</style>
background-color css
<style>
a { background-color: #113DFF; }
a { background-color: rgb(17,61,255); }
div.DivClassName
{
background-color: #113DFF;
}
.BgClassName
{
background-color: #113DFF;
}
</style>
border-color css
<style>
span { border-color: #113DFF; }
span { border-color: rgb(17,61,255); }
td.TdClassName
{
border-color: #113DFF;
}
.TagClassName
{
border-color: #113DFF;
}
</style>