Shades of Neon Blue #1243FE
Tints of Neon Blue #1243FE
RGB
CMYK
RGB Variations
Color information
#1243FE (or 0x1243FE) is known color: Neon Blue. HEX triplet: 12, 43 and FE. RGB value is (18,67,254). Sum of RGB (Red+Green+Blue) = 18+67+254=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #1243FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1243FE is #EDBC01. Grayscale: #484848. Windows color (decimal): -15580162 or 16663314. OLE color: 16663314.
HSL color Cylindrical-coordinate representation of color #1243FE: hue angle of 227.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1243FE is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 67 | 254 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.00 |
| HSL | 227.54º | 0.99% | 0.53% | - |
| HSV(B) | 227.54º | 0.93% | 1% | - |
| XYZ | 20.15 | 11.3 | 94.88 | - |
| YUV | 73.67 | 229.77 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 254 | 0.93 | 0.74 | 0 | 0.00 | 227.54 | 0.99 | 0.53 |
| Hex | 12 | 43 | FE | 5D | 4A | 0 | 0 | E4 | 63 | 35 |
| Octal | 22 | 103 | 376 | 135 | 112 | 0 | 0 | 344 | 143 | 65 |
| Binary | 10010 | 1000011 | 11111110 | 1011101 | 1001010 | 0 | 0 | 11100100 | 1100011 | 110101 |
Color Harmonies of #1243FE
Complementary color
Monochromatic Colors of #1243FE
Black with #1243FE
Text Example
Text Example
White with #1243FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1243FE; }
p { color: rgb(18,67,254); }
H1.HeaderClassName
{
color: #1243FE;
}
.AnyTagClassName
{
color: #1243FE;
}
</style>
background-color css
<style>
a { background-color: #1243FE; }
a { background-color: rgb(18,67,254); }
div.DivClassName
{
background-color: #1243FE;
}
.BgClassName
{
background-color: #1243FE;
}
</style>
border-color css
<style>
span { border-color: #1243FE; }
span { border-color: rgb(18,67,254); }
td.TdClassName
{
border-color: #1243FE;
}
.TagClassName
{
border-color: #1243FE;
}
</style>