Shades of Neon Blue #3F46EF
Tints of Neon Blue #3F46EF
RGB
CMYK
RGB Variations
Color information
#3F46EF (or 0x3F46EF) is known color: Neon Blue. HEX triplet: 3F, 46 and EF. RGB value is (63,70,239). Sum of RGB (Red+Green+Blue) = 63+70+239=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F46EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F46EF is #C0B910. Grayscale: #565656. Windows color (decimal): -12630289 or 15681087. OLE color: 15681087.
HSL color Cylindrical-coordinate representation of color #3F46EF: hue angle of 237.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F46EF is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 70 | 239 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.06 |
| HSL | 237.61º | 0.85% | 0.59% | - |
| HSV(B) | 237.61º | 0.74% | 0.94% | - |
| XYZ | 19.82 | 11.67 | 82.87 | - |
| YUV | 87.17 | 213.68 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 239 | 0.74 | 0.71 | 0 | 0.06 | 237.61 | 0.85 | 0.59 |
| Hex | 3F | 46 | EF | 4A | 47 | 0 | 6 | EE | 55 | 3B |
| Octal | 77 | 106 | 357 | 112 | 107 | 0 | 6 | 356 | 125 | 73 |
| Binary | 111111 | 1000110 | 11101111 | 1001010 | 1000111 | 0 | 110 | 11101110 | 1010101 | 111011 |
Color Harmonies of #3F46EF
Complementary color
Monochromatic Colors of #3F46EF
Black with #3F46EF
Text Example
Text Example
White with #3F46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F46EF; }
p { color: rgb(63,70,239); }
H1.HeaderClassName
{
color: #3F46EF;
}
.AnyTagClassName
{
color: #3F46EF;
}
</style>
background-color css
<style>
a { background-color: #3F46EF; }
a { background-color: rgb(63,70,239); }
div.DivClassName
{
background-color: #3F46EF;
}
.BgClassName
{
background-color: #3F46EF;
}
</style>
border-color css
<style>
span { border-color: #3F46EF; }
span { border-color: rgb(63,70,239); }
td.TdClassName
{
border-color: #3F46EF;
}
.TagClassName
{
border-color: #3F46EF;
}
</style>