Shades of Neon Blue #123DFD
Tints of Neon Blue #123DFD
RGB
CMYK
RGB Variations
Color information
#123DFD (or 0x123DFD) is known color: Neon Blue. HEX triplet: 12, 3D and FD. RGB value is (18,61,253). Sum of RGB (Red+Green+Blue) = 18+61+253=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #123DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DFD is #EDC202. Grayscale: #454545. Windows color (decimal): -15581699 or 16596242. OLE color: 16596242.
HSL color Cylindrical-coordinate representation of color #123DFD: hue angle of 229.02º 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 #123DFD is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 61 | 253 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.01 |
| HSL | 229.02º | 0.98% | 0.53% | - |
| HSV(B) | 229.02º | 0.93% | 0.99% | - |
| XYZ | 19.65 | 10.56 | 93.93 | - |
| YUV | 70.03 | 231.25 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 253 | 0.93 | 0.76 | 0 | 0.01 | 229.02 | 0.98 | 0.53 |
| Hex | 12 | 3D | FD | 5D | 4C | 0 | 1 | E5 | 62 | 35 |
| Octal | 22 | 75 | 375 | 135 | 114 | 0 | 1 | 345 | 142 | 65 |
| Binary | 10010 | 111101 | 11111101 | 1011101 | 1001100 | 0 | 1 | 11100101 | 1100010 | 110101 |
Color Harmonies of #123DFD
Complementary color
Monochromatic Colors of #123DFD
Black with #123DFD
Text Example
Text Example
White with #123DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DFD; }
p { color: rgb(18,61,253); }
H1.HeaderClassName
{
color: #123DFD;
}
.AnyTagClassName
{
color: #123DFD;
}
</style>
background-color css
<style>
a { background-color: #123DFD; }
a { background-color: rgb(18,61,253); }
div.DivClassName
{
background-color: #123DFD;
}
.BgClassName
{
background-color: #123DFD;
}
</style>
border-color css
<style>
span { border-color: #123DFD; }
span { border-color: rgb(18,61,253); }
td.TdClassName
{
border-color: #123DFD;
}
.TagClassName
{
border-color: #123DFD;
}
</style>