Shades of Neon Blue #2C3AEC
Tints of Neon Blue #2C3AEC
RGB
CMYK
RGB Variations
Color information
#2C3AEC (or 0x2C3AEC) is known color: Neon Blue. HEX triplet: 2C, 3A and EC. RGB value is (44,58,236). Sum of RGB (Red+Green+Blue) = 44+58+236=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C3AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3AEC is #D3C513. Grayscale: #494949. Windows color (decimal): -13878548 or 15481388. OLE color: 15481388.
HSL color Cylindrical-coordinate representation of color #2C3AEC: hue angle of 235.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C3AEC is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 58 | 236 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.07 |
| HSL | 235.63º | 0.83% | 0.55% | - |
| HSV(B) | 235.63º | 0.81% | 0.93% | - |
| XYZ | 17.69 | 9.62 | 80.28 | - |
| YUV | 74.11 | 219.36 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 236 | 0.81 | 0.75 | 0 | 0.07 | 235.63 | 0.83 | 0.55 |
| Hex | 2C | 3A | EC | 51 | 4B | 0 | 7 | EC | 53 | 37 |
| Octal | 54 | 72 | 354 | 121 | 113 | 0 | 7 | 354 | 123 | 67 |
| Binary | 101100 | 111010 | 11101100 | 1010001 | 1001011 | 0 | 111 | 11101100 | 1010011 | 110111 |
Color Harmonies of #2C3AEC
Complementary color
Monochromatic Colors of #2C3AEC
Black with #2C3AEC
Text Example
Text Example
White with #2C3AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3AEC; }
p { color: rgb(44,58,236); }
H1.HeaderClassName
{
color: #2C3AEC;
}
.AnyTagClassName
{
color: #2C3AEC;
}
</style>
background-color css
<style>
a { background-color: #2C3AEC; }
a { background-color: rgb(44,58,236); }
div.DivClassName
{
background-color: #2C3AEC;
}
.BgClassName
{
background-color: #2C3AEC;
}
</style>
border-color css
<style>
span { border-color: #2C3AEC; }
span { border-color: rgb(44,58,236); }
td.TdClassName
{
border-color: #2C3AEC;
}
.TagClassName
{
border-color: #2C3AEC;
}
</style>