Shades of Neon Blue #3F5AF6
Tints of Neon Blue #3F5AF6
RGB
CMYK
RGB Variations
Color information
#3F5AF6 (or 0x3F5AF6) is known color: Neon Blue. HEX triplet: 3F, 5A and F6. RGB value is (63,90,246). Sum of RGB (Red+Green+Blue) = 63+90+246=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 246 (96.48% from 255 or 61.65% from 399); Max value from RGB is 246 - color contains mainly: blue. Hex color #3F5AF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5AF6 is #C0A509. Grayscale: #636363. Windows color (decimal): -12625162 or 16144959. OLE color: 16144959.
HSL color Cylindrical-coordinate representation of color #3F5AF6: hue angle of 231.15º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F5AF6 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 90 | 246 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.04 |
| HSL | 231.15º | 0.91% | 0.61% | - |
| HSV(B) | 231.15º | 0.74% | 0.96% | - |
| XYZ | 22.34 | 15.02 | 88.91 | - |
| YUV | 99.71 | 210.55 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 90 | 246 | 0.74 | 0.63 | 0 | 0.04 | 231.15 | 0.91 | 0.61 |
| Hex | 3F | 5A | F6 | 4A | 3F | 0 | 4 | E7 | 5B | 3D |
| Octal | 77 | 132 | 366 | 112 | 77 | 0 | 4 | 347 | 133 | 75 |
| Binary | 111111 | 1011010 | 11110110 | 1001010 | 111111 | 0 | 100 | 11100111 | 1011011 | 111101 |
Color Harmonies of #3F5AF6
Complementary color
Monochromatic Colors of #3F5AF6
Black with #3F5AF6
Text Example
Text Example
White with #3F5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5AF6; }
p { color: rgb(63,90,246); }
H1.HeaderClassName
{
color: #3F5AF6;
}
.AnyTagClassName
{
color: #3F5AF6;
}
</style>
background-color css
<style>
a { background-color: #3F5AF6; }
a { background-color: rgb(63,90,246); }
div.DivClassName
{
background-color: #3F5AF6;
}
.BgClassName
{
background-color: #3F5AF6;
}
</style>
border-color css
<style>
span { border-color: #3F5AF6; }
span { border-color: rgb(63,90,246); }
td.TdClassName
{
border-color: #3F5AF6;
}
.TagClassName
{
border-color: #3F5AF6;
}
</style>