Shades of Neon Blue #1243FD
Tints of Neon Blue #1243FD
RGB
CMYK
RGB Variations
Color information
#1243FD (or 0x1243FD) is known color: Neon Blue. HEX triplet: 12, 43 and FD. RGB value is (18,67,253). Sum of RGB (Red+Green+Blue) = 18+67+253=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #1243FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1243FD is #EDBC02. Grayscale: #484848. Windows color (decimal): -15580163 or 16597778. OLE color: 16597778.
HSL color Cylindrical-coordinate representation of color #1243FD: hue angle of 227.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1243FD is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 67 | 253 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.01 |
| HSL | 227.49º | 0.98% | 0.53% | - |
| HSV(B) | 227.49º | 0.93% | 0.99% | - |
| XYZ | 19.99 | 11.23 | 94.04 | - |
| YUV | 73.55 | 229.27 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 253 | 0.93 | 0.74 | 0 | 0.01 | 227.49 | 0.98 | 0.53 |
| Hex | 12 | 43 | FD | 5D | 4A | 0 | 1 | E3 | 62 | 35 |
| Octal | 22 | 103 | 375 | 135 | 112 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10010 | 1000011 | 11111101 | 1011101 | 1001010 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1243FD
Complementary color
Monochromatic Colors of #1243FD
Black with #1243FD
Text Example
Text Example
White with #1243FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243FD; }
p { color: rgb(18,67,253); }
H1.HeaderClassName
{
color: #1243FD;
}
.AnyTagClassName
{
color: #1243FD;
}
</style>
background-color css
<style>
a { background-color: #1243FD; }
a { background-color: rgb(18,67,253); }
div.DivClassName
{
background-color: #1243FD;
}
.BgClassName
{
background-color: #1243FD;
}
</style>
border-color css
<style>
span { border-color: #1243FD; }
span { border-color: rgb(18,67,253); }
td.TdClassName
{
border-color: #1243FD;
}
.TagClassName
{
border-color: #1243FD;
}
</style>