Shades of Neon Blue #3F4AEF
Tints of Neon Blue #3F4AEF
RGB
CMYK
RGB Variations
Color information
#3F4AEF (or 0x3F4AEF) is known color: Neon Blue. HEX triplet: 3F, 4A and EF. RGB value is (63,74,239). Sum of RGB (Red+Green+Blue) = 63+74+239=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #3F4AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4AEF is #C0B510. Grayscale: #585858. Windows color (decimal): -12629265 or 15682111. OLE color: 15682111.
HSL color Cylindrical-coordinate representation of color #3F4AEF: hue angle of 236.25º 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 #3F4AEF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 74 | 239 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.06 |
| HSL | 236.25º | 0.85% | 0.59% | - |
| HSV(B) | 236.25º | 0.74% | 0.94% | - |
| XYZ | 20.08 | 12.19 | 82.96 | - |
| YUV | 89.52 | 212.36 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 239 | 0.74 | 0.69 | 0 | 0.06 | 236.25 | 0.85 | 0.59 |
| Hex | 3F | 4A | EF | 4A | 45 | 0 | 6 | EC | 55 | 3B |
| Octal | 77 | 112 | 357 | 112 | 105 | 0 | 6 | 354 | 125 | 73 |
| Binary | 111111 | 1001010 | 11101111 | 1001010 | 1000101 | 0 | 110 | 11101100 | 1010101 | 111011 |
Color Harmonies of #3F4AEF
Complementary color
Monochromatic Colors of #3F4AEF
Black with #3F4AEF
Text Example
Text Example
White with #3F4AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4AEF; }
p { color: rgb(63,74,239); }
H1.HeaderClassName
{
color: #3F4AEF;
}
.AnyTagClassName
{
color: #3F4AEF;
}
</style>
background-color css
<style>
a { background-color: #3F4AEF; }
a { background-color: rgb(63,74,239); }
div.DivClassName
{
background-color: #3F4AEF;
}
.BgClassName
{
background-color: #3F4AEF;
}
</style>
border-color css
<style>
span { border-color: #3F4AEF; }
span { border-color: rgb(63,74,239); }
td.TdClassName
{
border-color: #3F4AEF;
}
.TagClassName
{
border-color: #3F4AEF;
}
</style>