Shades of Neon Blue #3F31EC
Tints of Neon Blue #3F31EC
RGB
CMYK
RGB Variations
Color information
#3F31EC (or 0x3F31EC) is known color: Neon Blue. HEX triplet: 3F, 31 and EC. RGB value is (63,49,236). Sum of RGB (Red+Green+Blue) = 63+49+236=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 236 (92.58% from 255 or 67.82% from 348); Max value from RGB is 236 - color contains mainly: blue. Hex color #3F31EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F31EC is #C0CE13. Grayscale: #494949. Windows color (decimal): -12635668 or 15479103. OLE color: 15479103.
HSL color Cylindrical-coordinate representation of color #3F31EC: hue angle of 244.49º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F31EC is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 49 | 236 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.07 |
| HSL | 244.49º | 0.83% | 0.56% | - |
| HSV(B) | 244.49º | 0.79% | 0.93% | - |
| XYZ | 18.29 | 9.31 | 80.19 | - |
| YUV | 74.5 | 219.14 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 236 | 0.73 | 0.79 | 0 | 0.07 | 244.49 | 0.83 | 0.56 |
| Hex | 3F | 31 | EC | 49 | 4F | 0 | 7 | F4 | 53 | 38 |
| Octal | 77 | 61 | 354 | 111 | 117 | 0 | 7 | 364 | 123 | 70 |
| Binary | 111111 | 110001 | 11101100 | 1001001 | 1001111 | 0 | 111 | 11110100 | 1010011 | 111000 |
Color Harmonies of #3F31EC
Complementary color
Monochromatic Colors of #3F31EC
Black with #3F31EC
Text Example
Text Example
White with #3F31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31EC; }
p { color: rgb(63,49,236); }
H1.HeaderClassName
{
color: #3F31EC;
}
.AnyTagClassName
{
color: #3F31EC;
}
</style>
background-color css
<style>
a { background-color: #3F31EC; }
a { background-color: rgb(63,49,236); }
div.DivClassName
{
background-color: #3F31EC;
}
.BgClassName
{
background-color: #3F31EC;
}
</style>
border-color css
<style>
span { border-color: #3F31EC; }
span { border-color: rgb(63,49,236); }
td.TdClassName
{
border-color: #3F31EC;
}
.TagClassName
{
border-color: #3F31EC;
}
</style>