Shades of Neon Blue #123CFE
Tints of Neon Blue #123CFE
RGB
CMYK
RGB Variations
Color information
#123CFE (or 0x123CFE) is known color: Neon Blue. HEX triplet: 12, 3C and FE. RGB value is (18,60,254). Sum of RGB (Red+Green+Blue) = 18+60+254=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #123CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123CFE is #EDC301. Grayscale: #444444. Windows color (decimal): -15581954 or 16661522. OLE color: 16661522.
HSL color Cylindrical-coordinate representation of color #123CFE: hue angle of 229.32º 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 #123CFE is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 60 | 254 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.00 |
| HSL | 229.32º | 0.99% | 0.53% | - |
| HSV(B) | 229.32º | 0.93% | 1% | - |
| XYZ | 19.75 | 10.52 | 94.75 | - |
| YUV | 69.56 | 232.09 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 60 | 254 | 0.93 | 0.76 | 0 | 0.00 | 229.32 | 0.99 | 0.53 |
| Hex | 12 | 3C | FE | 5D | 4C | 0 | 0 | E5 | 63 | 35 |
| Octal | 22 | 74 | 376 | 135 | 114 | 0 | 0 | 345 | 143 | 65 |
| Binary | 10010 | 111100 | 11111110 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100011 | 110101 |
Color Harmonies of #123CFE
Complementary color
Monochromatic Colors of #123CFE
Black with #123CFE
Text Example
Text Example
White with #123CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123CFE; }
p { color: rgb(18,60,254); }
H1.HeaderClassName
{
color: #123CFE;
}
.AnyTagClassName
{
color: #123CFE;
}
</style>
background-color css
<style>
a { background-color: #123CFE; }
a { background-color: rgb(18,60,254); }
div.DivClassName
{
background-color: #123CFE;
}
.BgClassName
{
background-color: #123CFE;
}
</style>
border-color css
<style>
span { border-color: #123CFE; }
span { border-color: rgb(18,60,254); }
td.TdClassName
{
border-color: #123CFE;
}
.TagClassName
{
border-color: #123CFE;
}
</style>