Shades of Neon Blue #2C3CED
Tints of Neon Blue #2C3CED
RGB
CMYK
RGB Variations
Color information
#2C3CED (or 0x2C3CED) is known color: Neon Blue. HEX triplet: 2C, 3C and ED. RGB value is (44,60,237). Sum of RGB (Red+Green+Blue) = 44+60+237=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #2C3CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3CED is #D3C312. Grayscale: #4A4A4A. Windows color (decimal): -13878035 or 15547436. OLE color: 15547436.
HSL color Cylindrical-coordinate representation of color #2C3CED: hue angle of 235.03º degrees, saturation: 0.84, 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 #2C3CED is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 60 | 237 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.07 |
| HSL | 235.03º | 0.84% | 0.55% | - |
| HSV(B) | 235.03º | 0.81% | 0.93% | - |
| XYZ | 17.94 | 9.88 | 81.08 | - |
| YUV | 75.39 | 219.2 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 60 | 237 | 0.81 | 0.75 | 0 | 0.07 | 235.03 | 0.84 | 0.55 |
| Hex | 2C | 3C | ED | 51 | 4B | 0 | 7 | EB | 54 | 37 |
| Octal | 54 | 74 | 355 | 121 | 113 | 0 | 7 | 353 | 124 | 67 |
| Binary | 101100 | 111100 | 11101101 | 1010001 | 1001011 | 0 | 111 | 11101011 | 1010100 | 110111 |
Color Harmonies of #2C3CED
Complementary color
Monochromatic Colors of #2C3CED
Black with #2C3CED
Text Example
Text Example
White with #2C3CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3CED; }
p { color: rgb(44,60,237); }
H1.HeaderClassName
{
color: #2C3CED;
}
.AnyTagClassName
{
color: #2C3CED;
}
</style>
background-color css
<style>
a { background-color: #2C3CED; }
a { background-color: rgb(44,60,237); }
div.DivClassName
{
background-color: #2C3CED;
}
.BgClassName
{
background-color: #2C3CED;
}
</style>
border-color css
<style>
span { border-color: #2C3CED; }
span { border-color: rgb(44,60,237); }
td.TdClassName
{
border-color: #2C3CED;
}
.TagClassName
{
border-color: #2C3CED;
}
</style>