Shades of Neon Blue #123DFB
Tints of Neon Blue #123DFB
RGB
CMYK
RGB Variations
Color information
#123DFB (or 0x123DFB) is known color: Neon Blue. HEX triplet: 12, 3D and FB. RGB value is (18,61,251). Sum of RGB (Red+Green+Blue) = 18+61+251=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #123DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DFB is #EDC204. Grayscale: #454545. Windows color (decimal): -15581701 or 16465170. OLE color: 16465170.
HSL color Cylindrical-coordinate representation of color #123DFB: hue angle of 228.93º degrees, saturation: 0.97, 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 #123DFB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 61 | 251 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.02 |
| HSL | 228.93º | 0.97% | 0.53% | - |
| HSV(B) | 228.93º | 0.93% | 0.98% | - |
| XYZ | 19.33 | 10.43 | 92.26 | - |
| YUV | 69.8 | 230.25 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 61 | 251 | 0.93 | 0.76 | 0 | 0.02 | 228.93 | 0.97 | 0.53 |
| Hex | 12 | 3D | FB | 5D | 4C | 0 | 2 | E5 | 61 | 35 |
| Octal | 22 | 75 | 373 | 135 | 114 | 0 | 2 | 345 | 141 | 65 |
| Binary | 10010 | 111101 | 11111011 | 1011101 | 1001100 | 0 | 10 | 11100101 | 1100001 | 110101 |
Color Harmonies of #123DFB
Complementary color
Monochromatic Colors of #123DFB
Black with #123DFB
Text Example
Text Example
White with #123DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123DFB; }
p { color: rgb(18,61,251); }
H1.HeaderClassName
{
color: #123DFB;
}
.AnyTagClassName
{
color: #123DFB;
}
</style>
background-color css
<style>
a { background-color: #123DFB; }
a { background-color: rgb(18,61,251); }
div.DivClassName
{
background-color: #123DFB;
}
.BgClassName
{
background-color: #123DFB;
}
</style>
border-color css
<style>
span { border-color: #123DFB; }
span { border-color: rgb(18,61,251); }
td.TdClassName
{
border-color: #123DFB;
}
.TagClassName
{
border-color: #123DFB;
}
</style>