Shades of Neon Blue #1345FF
Tints of Neon Blue #1345FF
RGB
CMYK
RGB Variations
Color information
#1345FF (or 0x1345FF) is known color: Neon Blue. HEX triplet: 13, 45 and FF. RGB value is (19,69,255). Sum of RGB (Red+Green+Blue) = 19+69+255=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1345FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1345FF is #ECBA00. Grayscale: #4A4A4A. Windows color (decimal): -15514113 or 16729363. OLE color: 16729363.
HSL color Cylindrical-coordinate representation of color #1345FF: hue angle of 227.29º 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 #1345FF is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 69 | 255 | - |
| CMYK | 0.93 | 0.73 | 0 | 0 |
| HSL | 227.29º | 1% | 0.54% | - |
| HSV(B) | 227.29º | 0.93% | 1% | - |
| XYZ | 20.45 | 11.61 | 95.77 | - |
| YUV | 75.25 | 229.44 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 255 | 0.93 | 0.73 | 0 | 0 | 227.29 | 1 | 0.54 |
| Hex | 13 | 45 | FF | 5D | 49 | 0 | 0 | E3 | 64 | 36 |
| Octal | 23 | 105 | 377 | 135 | 111 | 0 | 0 | 343 | 144 | 66 |
| Binary | 10011 | 1000101 | 11111111 | 1011101 | 1001001 | 0 | 0 | 11100011 | 1100100 | 110110 |
Color Harmonies of #1345FF
Complementary color
Monochromatic Colors of #1345FF
Black with #1345FF
Text Example
Text Example
White with #1345FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1345FF; }
p { color: rgb(19,69,255); }
H1.HeaderClassName
{
color: #1345FF;
}
.AnyTagClassName
{
color: #1345FF;
}
</style>
background-color css
<style>
a { background-color: #1345FF; }
a { background-color: rgb(19,69,255); }
div.DivClassName
{
background-color: #1345FF;
}
.BgClassName
{
background-color: #1345FF;
}
</style>
border-color css
<style>
span { border-color: #1345FF; }
span { border-color: rgb(19,69,255); }
td.TdClassName
{
border-color: #1345FF;
}
.TagClassName
{
border-color: #1345FF;
}
</style>