Shades of Neon Blue #3F4AF7
Tints of Neon Blue #3F4AF7
RGB
CMYK
RGB Variations
Color information
#3F4AF7 (or 0x3F4AF7) is known color: Neon Blue. HEX triplet: 3F, 4A and F7. RGB value is (63,74,247). Sum of RGB (Red+Green+Blue) = 63+74+247=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 247 (96.88% from 255 or 64.32% from 384); Max value from RGB is 247 - color contains mainly: blue. Hex color #3F4AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F4AF7 is #C0B508. Grayscale: #595959. Windows color (decimal): -12629257 or 16206399. OLE color: 16206399.
HSL color Cylindrical-coordinate representation of color #3F4AF7: hue angle of 236.41º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F4AF7 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 74 | 247 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.03 |
| HSL | 236.41º | 0.92% | 0.61% | - |
| HSV(B) | 236.41º | 0.74% | 0.97% | - |
| XYZ | 21.29 | 12.67 | 89.32 | - |
| YUV | 90.43 | 216.36 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 74 | 247 | 0.74 | 0.70 | 0 | 0.03 | 236.41 | 0.92 | 0.61 |
| Hex | 3F | 4A | F7 | 4A | 46 | 0 | 3 | EC | 5C | 3D |
| Octal | 77 | 112 | 367 | 112 | 106 | 0 | 3 | 354 | 134 | 75 |
| Binary | 111111 | 1001010 | 11110111 | 1001010 | 1000110 | 0 | 11 | 11101100 | 1011100 | 111101 |
Color Harmonies of #3F4AF7
Complementary color
Monochromatic Colors of #3F4AF7
Black with #3F4AF7
Text Example
Text Example
White with #3F4AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4AF7; }
p { color: rgb(63,74,247); }
H1.HeaderClassName
{
color: #3F4AF7;
}
.AnyTagClassName
{
color: #3F4AF7;
}
</style>
background-color css
<style>
a { background-color: #3F4AF7; }
a { background-color: rgb(63,74,247); }
div.DivClassName
{
background-color: #3F4AF7;
}
.BgClassName
{
background-color: #3F4AF7;
}
</style>
border-color css
<style>
span { border-color: #3F4AF7; }
span { border-color: rgb(63,74,247); }
td.TdClassName
{
border-color: #3F4AF7;
}
.TagClassName
{
border-color: #3F4AF7;
}
</style>