Shades of Neon Blue #1347FF
Tints of Neon Blue #1347FF
RGB
CMYK
RGB Variations
Color information
#1347FF (or 0x1347FF) is known color: Neon Blue. HEX triplet: 13, 47 and FF. RGB value is (19,71,255). Sum of RGB (Red+Green+Blue) = 19+71+255=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #1347FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1347FF is #ECB800. Grayscale: #4B4B4B. Windows color (decimal): -15513601 or 16729875. OLE color: 16729875.
HSL color Cylindrical-coordinate representation of color #1347FF: hue angle of 226.78º 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 #1347FF is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 71 | 255 | - |
| CMYK | 0.93 | 0.72 | 0 | 0 |
| HSL | 226.78º | 1% | 0.54% | - |
| HSV(B) | 226.78º | 0.93% | 1% | - |
| XYZ | 20.57 | 11.86 | 95.81 | - |
| YUV | 76.43 | 228.77 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 255 | 0.93 | 0.72 | 0 | 0 | 226.78 | 1 | 0.54 |
| Hex | 13 | 47 | FF | 5D | 48 | 0 | 0 | E3 | 64 | 36 |
| Octal | 23 | 107 | 377 | 135 | 110 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10011 | 1000111 | 11111111 | 1011101 | 1001000 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1347FF
Complementary color
Monochromatic Colors of #1347FF
Black with #1347FF
Text Example
Text Example
White with #1347FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1347FF; }
p { color: rgb(19,71,255); }
H1.HeaderClassName
{
color: #1347FF;
}
.AnyTagClassName
{
color: #1347FF;
}
</style>
background-color css
<style>
a { background-color: #1347FF; }
a { background-color: rgb(19,71,255); }
div.DivClassName
{
background-color: #1347FF;
}
.BgClassName
{
background-color: #1347FF;
}
</style>
border-color css
<style>
span { border-color: #1347FF; }
span { border-color: rgb(19,71,255); }
td.TdClassName
{
border-color: #1347FF;
}
.TagClassName
{
border-color: #1347FF;
}
</style>