Shades of Neon Blue #3F31ED
Tints of Neon Blue #3F31ED
RGB
CMYK
RGB Variations
Color information
#3F31ED (or 0x3F31ED) is known color: Neon Blue. HEX triplet: 3F, 31 and ED. RGB value is (63,49,237). Sum of RGB (Red+Green+Blue) = 63+49+237=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #3F31ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F31ED is #C0CE12. Grayscale: #494949. Windows color (decimal): -12635667 or 15544639. OLE color: 15544639.
HSL color Cylindrical-coordinate representation of color #3F31ED: hue angle of 244.47º degrees, saturation: 0.84, 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 #3F31ED is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 49 | 237 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.07 |
| HSL | 244.47º | 0.84% | 0.56% | - |
| HSV(B) | 244.47º | 0.79% | 0.93% | - |
| XYZ | 18.43 | 9.37 | 80.96 | - |
| YUV | 74.62 | 219.64 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 237 | 0.73 | 0.79 | 0 | 0.07 | 244.47 | 0.84 | 0.56 |
| Hex | 3F | 31 | ED | 49 | 4F | 0 | 7 | F4 | 54 | 38 |
| Octal | 77 | 61 | 355 | 111 | 117 | 0 | 7 | 364 | 124 | 70 |
| Binary | 111111 | 110001 | 11101101 | 1001001 | 1001111 | 0 | 111 | 11110100 | 1010100 | 111000 |
Color Harmonies of #3F31ED
Complementary color
Monochromatic Colors of #3F31ED
Black with #3F31ED
Text Example
Text Example
White with #3F31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F31ED; }
p { color: rgb(63,49,237); }
H1.HeaderClassName
{
color: #3F31ED;
}
.AnyTagClassName
{
color: #3F31ED;
}
</style>
background-color css
<style>
a { background-color: #3F31ED; }
a { background-color: rgb(63,49,237); }
div.DivClassName
{
background-color: #3F31ED;
}
.BgClassName
{
background-color: #3F31ED;
}
</style>
border-color css
<style>
span { border-color: #3F31ED; }
span { border-color: rgb(63,49,237); }
td.TdClassName
{
border-color: #3F31ED;
}
.TagClassName
{
border-color: #3F31ED;
}
</style>