Shades of Neon Blue #1349FF
Tints of Neon Blue #1349FF
RGB
CMYK
RGB Variations
Color information
#1349FF (or 0x1349FF) is known color: Neon Blue. HEX triplet: 13, 49 and FF. RGB value is (19,73,255). Sum of RGB (Red+Green+Blue) = 19+73+255=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #1349FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1349FF is #ECB600. Grayscale: #4C4C4C. Windows color (decimal): -15513089 or 16730387. OLE color: 16730387.
HSL color Cylindrical-coordinate representation of color #1349FF: hue angle of 226.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1349FF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 73 | 255 | - |
| CMYK | 0.93 | 0.71 | 0 | 0 |
| HSL | 226.27º | 1% | 0.54% | - |
| HSV(B) | 226.27º | 0.93% | 1% | - |
| XYZ | 20.7 | 12.12 | 95.86 | - |
| YUV | 77.6 | 228.11 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 255 | 0.93 | 0.71 | 0 | 0 | 226.27 | 1 | 0.54 |
| Hex | 13 | 49 | FF | 5D | 47 | 0 | 0 | E2 | 64 | 36 |
| Octal | 23 | 111 | 377 | 135 | 107 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10011 | 1001001 | 11111111 | 1011101 | 1000111 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #1349FF
Complementary color
Monochromatic Colors of #1349FF
Black with #1349FF
Text Example
Text Example
White with #1349FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349FF; }
p { color: rgb(19,73,255); }
H1.HeaderClassName
{
color: #1349FF;
}
.AnyTagClassName
{
color: #1349FF;
}
</style>
background-color css
<style>
a { background-color: #1349FF; }
a { background-color: rgb(19,73,255); }
div.DivClassName
{
background-color: #1349FF;
}
.BgClassName
{
background-color: #1349FF;
}
</style>
border-color css
<style>
span { border-color: #1349FF; }
span { border-color: rgb(19,73,255); }
td.TdClassName
{
border-color: #1349FF;
}
.TagClassName
{
border-color: #1349FF;
}
</style>