Shades of Neon Blue #2C3AEA
Tints of Neon Blue #2C3AEA
RGB
CMYK
RGB Variations
Color information
#2C3AEA (or 0x2C3AEA) is known color: Neon Blue. HEX triplet: 2C, 3A and EA. RGB value is (44,58,234). Sum of RGB (Red+Green+Blue) = 44+58+234=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C3AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3AEA is #D3C515. Grayscale: #494949. Windows color (decimal): -13878550 or 15350316. OLE color: 15350316.
HSL color Cylindrical-coordinate representation of color #2C3AEA: hue angle of 235.58º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C3AEA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 58 | 234 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.08 |
| HSL | 235.58º | 0.82% | 0.55% | - |
| HSV(B) | 235.58º | 0.81% | 0.92% | - |
| XYZ | 17.4 | 9.5 | 78.76 | - |
| YUV | 73.88 | 218.36 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 234 | 0.81 | 0.75 | 0 | 0.08 | 235.58 | 0.82 | 0.55 |
| Hex | 2C | 3A | EA | 51 | 4B | 0 | 8 | EC | 52 | 37 |
| Octal | 54 | 72 | 352 | 121 | 113 | 0 | 10 | 354 | 122 | 67 |
| Binary | 101100 | 111010 | 11101010 | 1010001 | 1001011 | 0 | 1000 | 11101100 | 1010010 | 110111 |
Color Harmonies of #2C3AEA
Complementary color
Monochromatic Colors of #2C3AEA
Black with #2C3AEA
Text Example
Text Example
White with #2C3AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3AEA; }
p { color: rgb(44,58,234); }
H1.HeaderClassName
{
color: #2C3AEA;
}
.AnyTagClassName
{
color: #2C3AEA;
}
</style>
background-color css
<style>
a { background-color: #2C3AEA; }
a { background-color: rgb(44,58,234); }
div.DivClassName
{
background-color: #2C3AEA;
}
.BgClassName
{
background-color: #2C3AEA;
}
</style>
border-color css
<style>
span { border-color: #2C3AEA; }
span { border-color: rgb(44,58,234); }
td.TdClassName
{
border-color: #2C3AEA;
}
.TagClassName
{
border-color: #2C3AEA;
}
</style>