Shades of Neon Blue #1344FC
Tints of Neon Blue #1344FC
RGB
CMYK
RGB Variations
Color information
#1344FC (or 0x1344FC) is known color: Neon Blue. HEX triplet: 13, 44 and FC. RGB value is (19,68,252). Sum of RGB (Red+Green+Blue) = 19+68+252=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #1344FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1344FC is #ECBB03. Grayscale: #494949. Windows color (decimal): -15514372 or 16532499. OLE color: 16532499.
HSL color Cylindrical-coordinate representation of color #1344FC: hue angle of 227.38º 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 #1344FC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 68 | 252 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.01 |
| HSL | 227.38º | 0.97% | 0.53% | - |
| HSV(B) | 227.38º | 0.92% | 0.99% | - |
| XYZ | 19.91 | 11.3 | 93.23 | - |
| YUV | 74.33 | 228.27 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 252 | 0.92 | 0.73 | 0 | 0.01 | 227.38 | 0.97 | 0.53 |
| Hex | 13 | 44 | FC | 5C | 49 | 0 | 1 | E3 | 61 | 35 |
| Octal | 23 | 104 | 374 | 134 | 111 | 0 | 1 | 343 | 141 | 65 |
| Binary | 10011 | 1000100 | 11111100 | 1011100 | 1001001 | 0 | 1 | 11100011 | 1100001 | 110101 |
Color Harmonies of #1344FC
Complementary color
Monochromatic Colors of #1344FC
Black with #1344FC
Text Example
Text Example
White with #1344FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1344FC; }
p { color: rgb(19,68,252); }
H1.HeaderClassName
{
color: #1344FC;
}
.AnyTagClassName
{
color: #1344FC;
}
</style>
background-color css
<style>
a { background-color: #1344FC; }
a { background-color: rgb(19,68,252); }
div.DivClassName
{
background-color: #1344FC;
}
.BgClassName
{
background-color: #1344FC;
}
</style>
border-color css
<style>
span { border-color: #1344FC; }
span { border-color: rgb(19,68,252); }
td.TdClassName
{
border-color: #1344FC;
}
.TagClassName
{
border-color: #1344FC;
}
</style>