Shades of Neon Blue #3F5BFA
Tints of Neon Blue #3F5BFA
RGB
CMYK
RGB Variations
Color information
#3F5BFA (or 0x3F5BFA) is known color: Neon Blue. HEX triplet: 3F, 5B and FA. RGB value is (63,91,250). Sum of RGB (Red+Green+Blue) = 63+91+250=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F5BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5BFA is #C0A405. Grayscale: #646464. Windows color (decimal): -12624902 or 16407359. OLE color: 16407359.
HSL color Cylindrical-coordinate representation of color #3F5BFA: hue angle of 231.02º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5BFA is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 91 | 250 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.02 |
| HSL | 231.02º | 0.95% | 0.61% | - |
| HSV(B) | 231.02º | 0.75% | 0.98% | - |
| XYZ | 23.05 | 15.44 | 92.21 | - |
| YUV | 100.75 | 212.22 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 250 | 0.75 | 0.64 | 0 | 0.02 | 231.02 | 0.95 | 0.61 |
| Hex | 3F | 5B | FA | 4B | 40 | 0 | 2 | E7 | 5F | 3D |
| Octal | 77 | 133 | 372 | 113 | 100 | 0 | 2 | 347 | 137 | 75 |
| Binary | 111111 | 1011011 | 11111010 | 1001011 | 1000000 | 0 | 10 | 11100111 | 1011111 | 111101 |
Color Harmonies of #3F5BFA
Complementary color
Monochromatic Colors of #3F5BFA
Black with #3F5BFA
Text Example
Text Example
White with #3F5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5BFA; }
p { color: rgb(63,91,250); }
H1.HeaderClassName
{
color: #3F5BFA;
}
.AnyTagClassName
{
color: #3F5BFA;
}
</style>
background-color css
<style>
a { background-color: #3F5BFA; }
a { background-color: rgb(63,91,250); }
div.DivClassName
{
background-color: #3F5BFA;
}
.BgClassName
{
background-color: #3F5BFA;
}
</style>
border-color css
<style>
span { border-color: #3F5BFA; }
span { border-color: rgb(63,91,250); }
td.TdClassName
{
border-color: #3F5BFA;
}
.TagClassName
{
border-color: #3F5BFA;
}
</style>