Shades of Neon Blue #3F31EF
Tints of Neon Blue #3F31EF
RGB
CMYK
RGB Variations
Color information
#3F31EF (or 0x3F31EF) is known color: Neon Blue. HEX triplet: 3F, 31 and EF. RGB value is (63,49,239). Sum of RGB (Red+Green+Blue) = 63+49+239=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F31EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F31EF is #C0CE10. Grayscale: #4A4A4A. Windows color (decimal): -12635665 or 15675711. OLE color: 15675711.
HSL color Cylindrical-coordinate representation of color #3F31EF: hue angle of 244.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F31EF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 49 | 239 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.06 |
| HSL | 244.42º | 0.86% | 0.56% | - |
| HSV(B) | 244.42º | 0.79% | 0.94% | - |
| XYZ | 18.73 | 9.49 | 82.51 | - |
| YUV | 74.85 | 220.64 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 239 | 0.74 | 0.79 | 0 | 0.06 | 244.42 | 0.86 | 0.56 |
| Hex | 3F | 31 | EF | 4A | 4F | 0 | 6 | F4 | 56 | 38 |
| Octal | 77 | 61 | 357 | 112 | 117 | 0 | 6 | 364 | 126 | 70 |
| Binary | 111111 | 110001 | 11101111 | 1001010 | 1001111 | 0 | 110 | 11110100 | 1010110 | 111000 |
Color Harmonies of #3F31EF
Complementary color
Monochromatic Colors of #3F31EF
Black with #3F31EF
Text Example
Text Example
White with #3F31EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31EF; }
p { color: rgb(63,49,239); }
H1.HeaderClassName
{
color: #3F31EF;
}
.AnyTagClassName
{
color: #3F31EF;
}
</style>
background-color css
<style>
a { background-color: #3F31EF; }
a { background-color: rgb(63,49,239); }
div.DivClassName
{
background-color: #3F31EF;
}
.BgClassName
{
background-color: #3F31EF;
}
</style>
border-color css
<style>
span { border-color: #3F31EF; }
span { border-color: rgb(63,49,239); }
td.TdClassName
{
border-color: #3F31EF;
}
.TagClassName
{
border-color: #3F31EF;
}
</style>