Shades of Neon Blue #2C4DFB
Tints of Neon Blue #2C4DFB
RGB
CMYK
RGB Variations
Color information
#2C4DFB (or 0x2C4DFB) is known color: Neon Blue. HEX triplet: 2C, 4D and FB. RGB value is (44,77,251). Sum of RGB (Red+Green+Blue) = 44+77+251=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4DFB is #D3B204. Grayscale: #565656. Windows color (decimal): -13873669 or 16469292. OLE color: 16469292.
HSL color Cylindrical-coordinate representation of color #2C4DFB: hue angle of 230.43º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C4DFB is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 77 | 251 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.02 |
| HSL | 230.43º | 0.96% | 0.58% | - |
| HSV(B) | 230.43º | 0.82% | 0.98% | - |
| XYZ | 21.11 | 12.81 | 92.63 | - |
| YUV | 86.97 | 220.57 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 77 | 251 | 0.82 | 0.69 | 0 | 0.02 | 230.43 | 0.96 | 0.58 |
| Hex | 2C | 4D | FB | 52 | 45 | 0 | 2 | E6 | 60 | 3A |
| Octal | 54 | 115 | 373 | 122 | 105 | 0 | 2 | 346 | 140 | 72 |
| Binary | 101100 | 1001101 | 11111011 | 1010010 | 1000101 | 0 | 10 | 11100110 | 1100000 | 111010 |
Color Harmonies of #2C4DFB
Complementary color
Monochromatic Colors of #2C4DFB
Black with #2C4DFB
Text Example
Text Example
White with #2C4DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4DFB; }
p { color: rgb(44,77,251); }
H1.HeaderClassName
{
color: #2C4DFB;
}
.AnyTagClassName
{
color: #2C4DFB;
}
</style>
background-color css
<style>
a { background-color: #2C4DFB; }
a { background-color: rgb(44,77,251); }
div.DivClassName
{
background-color: #2C4DFB;
}
.BgClassName
{
background-color: #2C4DFB;
}
</style>
border-color css
<style>
span { border-color: #2C4DFB; }
span { border-color: rgb(44,77,251); }
td.TdClassName
{
border-color: #2C4DFB;
}
.TagClassName
{
border-color: #2C4DFB;
}
</style>