Shades of Neon Blue #2C3EEF
Tints of Neon Blue #2C3EEF
RGB
CMYK
RGB Variations
Color information
#2C3EEF (or 0x2C3EEF) is known color: Neon Blue. HEX triplet: 2C, 3E and EF. RGB value is (44,62,239). Sum of RGB (Red+Green+Blue) = 44+62+239=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C3EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3EEF is #D3C110. Grayscale: #4C4C4C. Windows color (decimal): -13877521 or 15679020. OLE color: 15679020.
HSL color Cylindrical-coordinate representation of color #2C3EEF: hue angle of 234.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C3EEF is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 62 | 239 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.06 |
| HSL | 234.46º | 0.86% | 0.55% | - |
| HSV(B) | 234.46º | 0.82% | 0.94% | - |
| XYZ | 18.34 | 10.21 | 82.67 | - |
| YUV | 76.8 | 219.54 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 62 | 239 | 0.82 | 0.74 | 0 | 0.06 | 234.46 | 0.86 | 0.55 |
| Hex | 2C | 3E | EF | 52 | 4A | 0 | 6 | EA | 56 | 37 |
| Octal | 54 | 76 | 357 | 122 | 112 | 0 | 6 | 352 | 126 | 67 |
| Binary | 101100 | 111110 | 11101111 | 1010010 | 1001010 | 0 | 110 | 11101010 | 1010110 | 110111 |
Color Harmonies of #2C3EEF
Complementary color
Monochromatic Colors of #2C3EEF
Black with #2C3EEF
Text Example
Text Example
White with #2C3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3EEF; }
p { color: rgb(44,62,239); }
H1.HeaderClassName
{
color: #2C3EEF;
}
.AnyTagClassName
{
color: #2C3EEF;
}
</style>
background-color css
<style>
a { background-color: #2C3EEF; }
a { background-color: rgb(44,62,239); }
div.DivClassName
{
background-color: #2C3EEF;
}
.BgClassName
{
background-color: #2C3EEF;
}
</style>
border-color css
<style>
span { border-color: #2C3EEF; }
span { border-color: rgb(44,62,239); }
td.TdClassName
{
border-color: #2C3EEF;
}
.TagClassName
{
border-color: #2C3EEF;
}
</style>