Shades of Neon Blue #1343FE
Tints of Neon Blue #1343FE
RGB
CMYK
RGB Variations
Color information
#1343FE (or 0x1343FE) is known color: Neon Blue. HEX triplet: 13, 43 and FE. RGB value is (19,67,254). Sum of RGB (Red+Green+Blue) = 19+67+254=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #1343FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1343FE is #ECBC01. Grayscale: #494949. Windows color (decimal): -15514626 or 16663315. OLE color: 16663315.
HSL color Cylindrical-coordinate representation of color #1343FE: hue angle of 227.74º 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 #1343FE is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 67 | 254 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.00 |
| HSL | 227.74º | 0.99% | 0.54% | - |
| HSV(B) | 227.74º | 0.93% | 1% | - |
| XYZ | 20.17 | 11.31 | 94.89 | - |
| YUV | 73.97 | 229.6 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 254 | 0.93 | 0.74 | 0 | 0.00 | 227.74 | 0.99 | 0.54 |
| Hex | 13 | 43 | FE | 5D | 4A | 0 | 0 | E4 | 63 | 36 |
| Octal | 23 | 103 | 376 | 135 | 112 | 0 | 0 | 344 | 143 | 66 |
| Binary | 10011 | 1000011 | 11111110 | 1011101 | 1001010 | 0 | 0 | 11100100 | 1100011 | 110110 |
Color Harmonies of #1343FE
Complementary color
Monochromatic Colors of #1343FE
Black with #1343FE
Text Example
Text Example
White with #1343FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343FE; }
p { color: rgb(19,67,254); }
H1.HeaderClassName
{
color: #1343FE;
}
.AnyTagClassName
{
color: #1343FE;
}
</style>
background-color css
<style>
a { background-color: #1343FE; }
a { background-color: rgb(19,67,254); }
div.DivClassName
{
background-color: #1343FE;
}
.BgClassName
{
background-color: #1343FE;
}
</style>
border-color css
<style>
span { border-color: #1343FE; }
span { border-color: rgb(19,67,254); }
td.TdClassName
{
border-color: #1343FE;
}
.TagClassName
{
border-color: #1343FE;
}
</style>