Shades of Neon Blue #3C31EB
Tints of Neon Blue #3C31EB
RGB
CMYK
RGB Variations
Color information
#3C31EB (or 0x3C31EB) is known color: Neon Blue. HEX triplet: 3C, 31 and EB. RGB value is (60,49,235). Sum of RGB (Red+Green+Blue) = 60+49+235=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C31EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C31EB is #C3CE14. Grayscale: #484848. Windows color (decimal): -12832277 or 15413564. OLE color: 15413564.
HSL color Cylindrical-coordinate representation of color #3C31EB: hue angle of 243.55º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C31EB is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 49 | 235 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.08 |
| HSL | 243.55º | 0.82% | 0.56% | - |
| HSV(B) | 243.55º | 0.79% | 0.92% | - |
| XYZ | 17.96 | 9.16 | 79.42 | - |
| YUV | 73.49 | 219.14 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 235 | 0.74 | 0.79 | 0 | 0.08 | 243.55 | 0.82 | 0.56 |
| Hex | 3C | 31 | EB | 4A | 4F | 0 | 8 | F4 | 52 | 38 |
| Octal | 74 | 61 | 353 | 112 | 117 | 0 | 10 | 364 | 122 | 70 |
| Binary | 111100 | 110001 | 11101011 | 1001010 | 1001111 | 0 | 1000 | 11110100 | 1010010 | 111000 |
Color Harmonies of #3C31EB
Complementary color
Monochromatic Colors of #3C31EB
Black with #3C31EB
Text Example
Text Example
White with #3C31EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C31EB; }
p { color: rgb(60,49,235); }
H1.HeaderClassName
{
color: #3C31EB;
}
.AnyTagClassName
{
color: #3C31EB;
}
</style>
background-color css
<style>
a { background-color: #3C31EB; }
a { background-color: rgb(60,49,235); }
div.DivClassName
{
background-color: #3C31EB;
}
.BgClassName
{
background-color: #3C31EB;
}
</style>
border-color css
<style>
span { border-color: #3C31EB; }
span { border-color: rgb(60,49,235); }
td.TdClassName
{
border-color: #3C31EB;
}
.TagClassName
{
border-color: #3C31EB;
}
</style>