Shades of Neon Blue #1340FA
Tints of Neon Blue #1340FA
RGB
CMYK
RGB Variations
Color information
#1340FA (or 0x1340FA) is known color: Neon Blue. HEX triplet: 13, 40 and FA. RGB value is (19,64,250). Sum of RGB (Red+Green+Blue) = 19+64+250=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #1340FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1340FA is #ECBF05. Grayscale: #464646. Windows color (decimal): -15515398 or 16400403. OLE color: 16400403.
HSL color Cylindrical-coordinate representation of color #1340FA: hue angle of 228.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1340FA is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 64 | 250 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.02 |
| HSL | 228.31º | 0.96% | 0.53% | - |
| HSV(B) | 228.31º | 0.92% | 0.98% | - |
| XYZ | 19.36 | 10.71 | 91.49 | - |
| YUV | 71.75 | 228.59 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 250 | 0.92 | 0.74 | 0 | 0.02 | 228.31 | 0.96 | 0.53 |
| Hex | 13 | 40 | FA | 5C | 4A | 0 | 2 | E4 | 60 | 35 |
| Octal | 23 | 100 | 372 | 134 | 112 | 0 | 2 | 344 | 140 | 65 |
| Binary | 10011 | 1000000 | 11111010 | 1011100 | 1001010 | 0 | 10 | 11100100 | 1100000 | 110101 |
Color Harmonies of #1340FA
Complementary color
Monochromatic Colors of #1340FA
Black with #1340FA
Text Example
Text Example
White with #1340FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1340FA; }
p { color: rgb(19,64,250); }
H1.HeaderClassName
{
color: #1340FA;
}
.AnyTagClassName
{
color: #1340FA;
}
</style>
background-color css
<style>
a { background-color: #1340FA; }
a { background-color: rgb(19,64,250); }
div.DivClassName
{
background-color: #1340FA;
}
.BgClassName
{
background-color: #1340FA;
}
</style>
border-color css
<style>
span { border-color: #1340FA; }
span { border-color: rgb(19,64,250); }
td.TdClassName
{
border-color: #1340FA;
}
.TagClassName
{
border-color: #1340FA;
}
</style>