Shades of Neon Blue #1347FE
Tints of Neon Blue #1347FE
RGB
CMYK
RGB Variations
Color information
#1347FE (or 0x1347FE) is known color: Neon Blue. HEX triplet: 13, 47 and FE. RGB value is (19,71,254). Sum of RGB (Red+Green+Blue) = 19+71+254=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #1347FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1347FE is #ECB801. Grayscale: #4B4B4B. Windows color (decimal): -15513602 or 16664339. OLE color: 16664339.
HSL color Cylindrical-coordinate representation of color #1347FE: hue angle of 226.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1347FE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 71 | 254 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.00 |
| HSL | 226.72º | 0.99% | 0.54% | - |
| HSV(B) | 226.72º | 0.93% | 1% | - |
| XYZ | 20.41 | 11.8 | 94.97 | - |
| YUV | 76.31 | 228.27 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 71 | 254 | 0.93 | 0.72 | 0 | 0.00 | 226.72 | 0.99 | 0.54 |
| Hex | 13 | 47 | FE | 5D | 48 | 0 | 0 | E3 | 63 | 36 |
| Octal | 23 | 107 | 376 | 135 | 110 | 0 | 0 | 343 | 143 | 66 |
| Binary | 10011 | 1000111 | 11111110 | 1011101 | 1001000 | 0 | 0 | 11100011 | 1100011 | 110110 |
Color Harmonies of #1347FE
Complementary color
Monochromatic Colors of #1347FE
Black with #1347FE
Text Example
Text Example
White with #1347FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1347FE; }
p { color: rgb(19,71,254); }
H1.HeaderClassName
{
color: #1347FE;
}
.AnyTagClassName
{
color: #1347FE;
}
</style>
background-color css
<style>
a { background-color: #1347FE; }
a { background-color: rgb(19,71,254); }
div.DivClassName
{
background-color: #1347FE;
}
.BgClassName
{
background-color: #1347FE;
}
</style>
border-color css
<style>
span { border-color: #1347FE; }
span { border-color: rgb(19,71,254); }
td.TdClassName
{
border-color: #1347FE;
}
.TagClassName
{
border-color: #1347FE;
}
</style>