Shades of Neon Blue #1243FC
Tints of Neon Blue #1243FC
RGB
CMYK
RGB Variations
Color information
#1243FC (or 0x1243FC) is known color: Neon Blue. HEX triplet: 12, 43 and FC. RGB value is (18,67,252). Sum of RGB (Red+Green+Blue) = 18+67+252=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #1243FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1243FC is #EDBC03. Grayscale: #484848. Windows color (decimal): -15580164 or 16532242. OLE color: 16532242.
HSL color Cylindrical-coordinate representation of color #1243FC: hue angle of 227.44º 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 #1243FC is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 67 | 252 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.01 |
| HSL | 227.44º | 0.98% | 0.53% | - |
| HSV(B) | 227.44º | 0.93% | 0.99% | - |
| XYZ | 19.83 | 11.17 | 93.21 | - |
| YUV | 73.44 | 228.77 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 252 | 0.93 | 0.73 | 0 | 0.01 | 227.44 | 0.98 | 0.53 |
| Hex | 12 | 43 | FC | 5D | 49 | 0 | 1 | E3 | 62 | 35 |
| Octal | 22 | 103 | 374 | 135 | 111 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10010 | 1000011 | 11111100 | 1011101 | 1001001 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1243FC
Complementary color
Monochromatic Colors of #1243FC
Black with #1243FC
Text Example
Text Example
White with #1243FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243FC; }
p { color: rgb(18,67,252); }
H1.HeaderClassName
{
color: #1243FC;
}
.AnyTagClassName
{
color: #1243FC;
}
</style>
background-color css
<style>
a { background-color: #1243FC; }
a { background-color: rgb(18,67,252); }
div.DivClassName
{
background-color: #1243FC;
}
.BgClassName
{
background-color: #1243FC;
}
</style>
border-color css
<style>
span { border-color: #1243FC; }
span { border-color: rgb(18,67,252); }
td.TdClassName
{
border-color: #1243FC;
}
.TagClassName
{
border-color: #1243FC;
}
</style>