Shades of Neon Blue #2C4AEF
Tints of Neon Blue #2C4AEF
RGB
CMYK
RGB Variations
Color information
#2C4AEF (or 0x2C4AEF) is known color: Neon Blue. HEX triplet: 2C, 4A and EF. RGB value is (44,74,239). Sum of RGB (Red+Green+Blue) = 44+74+239=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C4AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C4AEF is #D3B510. Grayscale: #535353. Windows color (decimal): -13874449 or 15682092. OLE color: 15682092.
HSL color Cylindrical-coordinate representation of color #2C4AEF: hue angle of 230.77º 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 #2C4AEF is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 74 | 239 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.06 |
| HSL | 230.77º | 0.86% | 0.55% | - |
| HSV(B) | 230.77º | 0.82% | 0.94% | - |
| XYZ | 19.07 | 11.67 | 82.91 | - |
| YUV | 83.84 | 215.56 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 239 | 0.82 | 0.69 | 0 | 0.06 | 230.77 | 0.86 | 0.55 |
| Hex | 2C | 4A | EF | 52 | 45 | 0 | 6 | E7 | 56 | 37 |
| Octal | 54 | 112 | 357 | 122 | 105 | 0 | 6 | 347 | 126 | 67 |
| Binary | 101100 | 1001010 | 11101111 | 1010010 | 1000101 | 0 | 110 | 11100111 | 1010110 | 110111 |
Color Harmonies of #2C4AEF
Complementary color
Monochromatic Colors of #2C4AEF
Black with #2C4AEF
Text Example
Text Example
White with #2C4AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4AEF; }
p { color: rgb(44,74,239); }
H1.HeaderClassName
{
color: #2C4AEF;
}
.AnyTagClassName
{
color: #2C4AEF;
}
</style>
background-color css
<style>
a { background-color: #2C4AEF; }
a { background-color: rgb(44,74,239); }
div.DivClassName
{
background-color: #2C4AEF;
}
.BgClassName
{
background-color: #2C4AEF;
}
</style>
border-color css
<style>
span { border-color: #2C4AEF; }
span { border-color: rgb(44,74,239); }
td.TdClassName
{
border-color: #2C4AEF;
}
.TagClassName
{
border-color: #2C4AEF;
}
</style>