Shades of Neon Blue #1243FB
Tints of Neon Blue #1243FB
RGB
CMYK
RGB Variations
Color information
#1243FB (or 0x1243FB) is known color: Neon Blue. HEX triplet: 12, 43 and FB. RGB value is (18,67,251). Sum of RGB (Red+Green+Blue) = 18+67+251=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #1243FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1243FB is #EDBC04. Grayscale: #484848. Windows color (decimal): -15580165 or 16466706. OLE color: 16466706.
HSL color Cylindrical-coordinate representation of color #1243FB: hue angle of 227.38º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1243FB is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 67 | 251 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.02 |
| HSL | 227.38º | 0.97% | 0.53% | - |
| HSV(B) | 227.38º | 0.93% | 0.98% | - |
| XYZ | 19.67 | 11.11 | 92.37 | - |
| YUV | 73.33 | 228.27 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 251 | 0.93 | 0.73 | 0 | 0.02 | 227.38 | 0.97 | 0.53 |
| Hex | 12 | 43 | FB | 5D | 49 | 0 | 2 | E3 | 61 | 35 |
| Octal | 22 | 103 | 373 | 135 | 111 | 0 | 2 | 343 | 141 | 65 |
| Binary | 10010 | 1000011 | 11111011 | 1011101 | 1001001 | 0 | 10 | 11100011 | 1100001 | 110101 |
Color Harmonies of #1243FB
Complementary color
Monochromatic Colors of #1243FB
Black with #1243FB
Text Example
Text Example
White with #1243FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243FB; }
p { color: rgb(18,67,251); }
H1.HeaderClassName
{
color: #1243FB;
}
.AnyTagClassName
{
color: #1243FB;
}
</style>
background-color css
<style>
a { background-color: #1243FB; }
a { background-color: rgb(18,67,251); }
div.DivClassName
{
background-color: #1243FB;
}
.BgClassName
{
background-color: #1243FB;
}
</style>
border-color css
<style>
span { border-color: #1243FB; }
span { border-color: rgb(18,67,251); }
td.TdClassName
{
border-color: #1243FB;
}
.TagClassName
{
border-color: #1243FB;
}
</style>