Shades of Neon Blue #123DFF
Tints of Neon Blue #123DFF
RGB
CMYK
RGB Variations
Color information
#123DFF (or 0x123DFF) is known color: Neon Blue. HEX triplet: 12, 3D and FF. RGB value is (18,61,255). Sum of RGB (Red+Green+Blue) = 18+61+255=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #123DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DFF is #EDC200. Grayscale: #454545. Windows color (decimal): -15581697 or 16727314. OLE color: 16727314.
HSL color Cylindrical-coordinate representation of color #123DFF: hue angle of 229.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #123DFF is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 61 | 255 | - |
| CMYK | 0.93 | 0.76 | 0 | 0 |
| HSL | 229.11º | 1% | 0.54% | - |
| HSV(B) | 229.11º | 0.93% | 1% | - |
| XYZ | 19.97 | 10.69 | 95.62 | - |
| YUV | 70.26 | 232.25 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 255 | 0.93 | 0.76 | 0 | 0 | 229.11 | 1 | 0.54 |
| Hex | 12 | 3D | FF | 5D | 4C | 0 | 0 | E5 | 64 | 36 |
| Octal | 22 | 75 | 377 | 135 | 114 | 0 | 0 | 345 | 144 | 66 |
| Binary | 10010 | 111101 | 11111111 | 1011101 | 1001100 | 0 | 0 | 11100101 | 1100100 | 110110 |
Color Harmonies of #123DFF
Complementary color
Monochromatic Colors of #123DFF
Black with #123DFF
Text Example
Text Example
White with #123DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DFF; }
p { color: rgb(18,61,255); }
H1.HeaderClassName
{
color: #123DFF;
}
.AnyTagClassName
{
color: #123DFF;
}
</style>
background-color css
<style>
a { background-color: #123DFF; }
a { background-color: rgb(18,61,255); }
div.DivClassName
{
background-color: #123DFF;
}
.BgClassName
{
background-color: #123DFF;
}
</style>
border-color css
<style>
span { border-color: #123DFF; }
span { border-color: rgb(18,61,255); }
td.TdClassName
{
border-color: #123DFF;
}
.TagClassName
{
border-color: #123DFF;
}
</style>