Shades of Neon Blue #3C4AE7
Tints of Neon Blue #3C4AE7
RGB
CMYK
RGB Variations
Color information
#3C4AE7 (or 0x3C4AE7) is known color: Neon Blue. HEX triplet: 3C, 4A and E7. RGB value is (60,74,231). Sum of RGB (Red+Green+Blue) = 60+74+231=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #3C4AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4AE7 is #C3B518. Grayscale: #575757. Windows color (decimal): -12825881 or 15157820. OLE color: 15157820.
HSL color Cylindrical-coordinate representation of color #3C4AE7: hue angle of 235.09º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C4AE7 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 74 | 231 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.09 |
| HSL | 235.09º | 0.78% | 0.57% | - |
| HSV(B) | 235.09º | 0.74% | 0.91% | - |
| XYZ | 18.74 | 11.63 | 76.86 | - |
| YUV | 87.71 | 208.86 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 231 | 0.74 | 0.68 | 0 | 0.09 | 235.09 | 0.78 | 0.57 |
| Hex | 3C | 4A | E7 | 4A | 44 | 0 | 9 | EB | 4E | 39 |
| Octal | 74 | 112 | 347 | 112 | 104 | 0 | 11 | 353 | 116 | 71 |
| Binary | 111100 | 1001010 | 11100111 | 1001010 | 1000100 | 0 | 1001 | 11101011 | 1001110 | 111001 |
Color Harmonies of #3C4AE7
Complementary color
Monochromatic Colors of #3C4AE7
Black with #3C4AE7
Text Example
Text Example
White with #3C4AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4AE7; }
p { color: rgb(60,74,231); }
H1.HeaderClassName
{
color: #3C4AE7;
}
.AnyTagClassName
{
color: #3C4AE7;
}
</style>
background-color css
<style>
a { background-color: #3C4AE7; }
a { background-color: rgb(60,74,231); }
div.DivClassName
{
background-color: #3C4AE7;
}
.BgClassName
{
background-color: #3C4AE7;
}
</style>
border-color css
<style>
span { border-color: #3C4AE7; }
span { border-color: rgb(60,74,231); }
td.TdClassName
{
border-color: #3C4AE7;
}
.TagClassName
{
border-color: #3C4AE7;
}
</style>