Shades of Neon Blue #113DFE
Tints of Neon Blue #113DFE
RGB
CMYK
RGB Variations
Color information
#113DFE (or 0x113DFE) is known color: Neon Blue. HEX triplet: 11, 3D and FE. RGB value is (17,61,254). Sum of RGB (Red+Green+Blue) = 17+61+254=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #113DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113DFE is #EEC201. Grayscale: #454545. Windows color (decimal): -15647234 or 16661777. OLE color: 16661777.
HSL color Cylindrical-coordinate representation of color #113DFE: hue angle of 228.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #113DFE is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 61 | 254 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.00 |
| HSL | 228.86º | 0.99% | 0.53% | - |
| HSV(B) | 228.86º | 0.93% | 1% | - |
| XYZ | 19.79 | 10.61 | 94.77 | - |
| YUV | 69.85 | 231.92 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 254 | 0.93 | 0.76 | 0 | 0.00 | 228.86 | 0.99 | 0.53 |
| Hex | 11 | 3D | FE | 5D | 4C | 0 | 0 | E5 | 63 | 35 |
| Octal | 21 | 75 | 376 | 135 | 114 | 0 | 0 | 345 | 143 | 65 |
| Binary | 10001 | 111101 | 11111110 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100011 | 110101 |
Color Harmonies of #113DFE
Complementary color
Monochromatic Colors of #113DFE
Black with #113DFE
Text Example
Text Example
White with #113DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DFE; }
p { color: rgb(17,61,254); }
H1.HeaderClassName
{
color: #113DFE;
}
.AnyTagClassName
{
color: #113DFE;
}
</style>
background-color css
<style>
a { background-color: #113DFE; }
a { background-color: rgb(17,61,254); }
div.DivClassName
{
background-color: #113DFE;
}
.BgClassName
{
background-color: #113DFE;
}
</style>
border-color css
<style>
span { border-color: #113DFE; }
span { border-color: rgb(17,61,254); }
td.TdClassName
{
border-color: #113DFE;
}
.TagClassName
{
border-color: #113DFE;
}
</style>