Shades of Neon Blue #123FFA
Tints of Neon Blue #123FFA
RGB
CMYK
RGB Variations
Color information
#123FFA (or 0x123FFA) is known color: Neon Blue. HEX triplet: 12, 3F and FA. RGB value is (18,63,250). Sum of RGB (Red+Green+Blue) = 18+63+250=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #123FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123FFA is #EDC005. Grayscale: #464646. Windows color (decimal): -15581190 or 16400146. OLE color: 16400146.
HSL color Cylindrical-coordinate representation of color #123FFA: hue angle of 228.36º degrees, saturation: 0.96, 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 #123FFA is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 63 | 250 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.02 |
| HSL | 228.36º | 0.96% | 0.53% | - |
| HSV(B) | 228.36º | 0.93% | 0.98% | - |
| XYZ | 19.28 | 10.59 | 91.47 | - |
| YUV | 70.86 | 229.09 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 250 | 0.93 | 0.75 | 0 | 0.02 | 228.36 | 0.96 | 0.53 |
| Hex | 12 | 3F | FA | 5D | 4B | 0 | 2 | E4 | 60 | 35 |
| Octal | 22 | 77 | 372 | 135 | 113 | 0 | 2 | 344 | 140 | 65 |
| Binary | 10010 | 111111 | 11111010 | 1011101 | 1001011 | 0 | 10 | 11100100 | 1100000 | 110101 |
Color Harmonies of #123FFA
Complementary color
Monochromatic Colors of #123FFA
Black with #123FFA
Text Example
Text Example
White with #123FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123FFA; }
p { color: rgb(18,63,250); }
H1.HeaderClassName
{
color: #123FFA;
}
.AnyTagClassName
{
color: #123FFA;
}
</style>
background-color css
<style>
a { background-color: #123FFA; }
a { background-color: rgb(18,63,250); }
div.DivClassName
{
background-color: #123FFA;
}
.BgClassName
{
background-color: #123FFA;
}
</style>
border-color css
<style>
span { border-color: #123FFA; }
span { border-color: rgb(18,63,250); }
td.TdClassName
{
border-color: #123FFA;
}
.TagClassName
{
border-color: #123FFA;
}
</style>