Shades of Neon Blue #123EFC
Tints of Neon Blue #123EFC
RGB
CMYK
RGB Variations
Color information
#123EFC (or 0x123EFC) is known color: Neon Blue. HEX triplet: 12, 3E and FC. RGB value is (18,62,252). Sum of RGB (Red+Green+Blue) = 18+62+252=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #123EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EFC is #EDC103. Grayscale: #454545. Windows color (decimal): -15581444 or 16530962. OLE color: 16530962.
HSL color Cylindrical-coordinate representation of color #123EFC: hue angle of 228.72º 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 #123EFC is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 62 | 252 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.01 |
| HSL | 228.72º | 0.98% | 0.53% | - |
| HSV(B) | 228.72º | 0.93% | 0.99% | - |
| XYZ | 19.54 | 10.6 | 93.11 | - |
| YUV | 70.5 | 230.42 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 62 | 252 | 0.93 | 0.75 | 0 | 0.01 | 228.72 | 0.98 | 0.53 |
| Hex | 12 | 3E | FC | 5D | 4B | 0 | 1 | E5 | 62 | 35 |
| Octal | 22 | 76 | 374 | 135 | 113 | 0 | 1 | 345 | 142 | 65 |
| Binary | 10010 | 111110 | 11111100 | 1011101 | 1001011 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #123EFC
Complementary color
Monochromatic Colors of #123EFC
Black with #123EFC
Text Example
Text Example
White with #123EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123EFC; }
p { color: rgb(18,62,252); }
H1.HeaderClassName
{
color: #123EFC;
}
.AnyTagClassName
{
color: #123EFC;
}
</style>
background-color css
<style>
a { background-color: #123EFC; }
a { background-color: rgb(18,62,252); }
div.DivClassName
{
background-color: #123EFC;
}
.BgClassName
{
background-color: #123EFC;
}
</style>
border-color css
<style>
span { border-color: #123EFC; }
span { border-color: rgb(18,62,252); }
td.TdClassName
{
border-color: #123EFC;
}
.TagClassName
{
border-color: #123EFC;
}
</style>