Shades of Neon Blue #3F3FEA
Tints of Neon Blue #3F3FEA
RGB
CMYK
RGB Variations
Color information
#3F3FEA (or 0x3F3FEA) is known color: Neon Blue. HEX triplet: 3F, 3F and EA. RGB value is (63,63,234). Sum of RGB (Red+Green+Blue) = 63+63+234=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #3F3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3FEA is #C0C015. Grayscale: #515151. Windows color (decimal): -12632086 or 15351615. OLE color: 15351615.
HSL color Cylindrical-coordinate representation of color #3F3FEA: hue angle of 240º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F3FEA is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 63 | 234 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.08 |
| HSL | 240º | 0.8% | 0.58% | - |
| HSV(B) | 240º | 0.73% | 0.92% | - |
| XYZ | 18.68 | 10.55 | 78.89 | - |
| YUV | 82.49 | 213.5 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 234 | 0.73 | 0.73 | 0 | 0.08 | 240 | 0.8 | 0.58 |
| Hex | 3F | 3F | EA | 49 | 49 | 0 | 8 | F0 | 50 | 3A |
| Octal | 77 | 77 | 352 | 111 | 111 | 0 | 10 | 360 | 120 | 72 |
| Binary | 111111 | 111111 | 11101010 | 1001001 | 1001001 | 0 | 1000 | 11110000 | 1010000 | 111010 |
Color Harmonies of #3F3FEA
Complementary color
Monochromatic Colors of #3F3FEA
Black with #3F3FEA
Text Example
Text Example
White with #3F3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3FEA; }
p { color: rgb(63,63,234); }
H1.HeaderClassName
{
color: #3F3FEA;
}
.AnyTagClassName
{
color: #3F3FEA;
}
</style>
background-color css
<style>
a { background-color: #3F3FEA; }
a { background-color: rgb(63,63,234); }
div.DivClassName
{
background-color: #3F3FEA;
}
.BgClassName
{
background-color: #3F3FEA;
}
</style>
border-color css
<style>
span { border-color: #3F3FEA; }
span { border-color: rgb(63,63,234); }
td.TdClassName
{
border-color: #3F3FEA;
}
.TagClassName
{
border-color: #3F3FEA;
}
</style>