Shades of Neon Blue #1346FC
Tints of Neon Blue #1346FC
RGB
CMYK
RGB Variations
Color information
#1346FC (or 0x1346FC) is known color: Neon Blue. HEX triplet: 13, 46 and FC. RGB value is (19,70,252). Sum of RGB (Red+Green+Blue) = 19+70+252=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #1346FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1346FC is #ECB903. Grayscale: #4A4A4A. Windows color (decimal): -15513860 or 16533011. OLE color: 16533011.
HSL color Cylindrical-coordinate representation of color #1346FC: hue angle of 226.87º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1346FC is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 70 | 252 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.01 |
| HSL | 226.87º | 0.97% | 0.53% | - |
| HSV(B) | 226.87º | 0.92% | 0.99% | - |
| XYZ | 20.03 | 11.55 | 93.27 | - |
| YUV | 75.5 | 227.6 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 252 | 0.92 | 0.72 | 0 | 0.01 | 226.87 | 0.97 | 0.53 |
| Hex | 13 | 46 | FC | 5C | 48 | 0 | 1 | E3 | 61 | 35 |
| Octal | 23 | 106 | 374 | 134 | 110 | 0 | 1 | 343 | 141 | 65 |
| Binary | 10011 | 1000110 | 11111100 | 1011100 | 1001000 | 0 | 1 | 11100011 | 1100001 | 110101 |
Color Harmonies of #1346FC
Complementary color
Monochromatic Colors of #1346FC
Black with #1346FC
Text Example
Text Example
White with #1346FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346FC; }
p { color: rgb(19,70,252); }
H1.HeaderClassName
{
color: #1346FC;
}
.AnyTagClassName
{
color: #1346FC;
}
</style>
background-color css
<style>
a { background-color: #1346FC; }
a { background-color: rgb(19,70,252); }
div.DivClassName
{
background-color: #1346FC;
}
.BgClassName
{
background-color: #1346FC;
}
</style>
border-color css
<style>
span { border-color: #1346FC; }
span { border-color: rgb(19,70,252); }
td.TdClassName
{
border-color: #1346FC;
}
.TagClassName
{
border-color: #1346FC;
}
</style>