Shades of Neon Blue #3F50FC
Tints of Neon Blue #3F50FC
RGB
CMYK
RGB Variations
Color information
#3F50FC (or 0x3F50FC) is known color: Neon Blue. HEX triplet: 3F, 50 and FC. RGB value is (63,80,252). Sum of RGB (Red+Green+Blue) = 63+80+252=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F50FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F50FC is #C0AF03. Grayscale: #5D5D5D. Windows color (decimal): -12627716 or 16535615. OLE color: 16535615.
HSL color Cylindrical-coordinate representation of color #3F50FC: hue angle of 234.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F50FC is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 80 | 252 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.01 |
| HSL | 234.6º | 0.97% | 0.62% | - |
| HSV(B) | 234.6º | 0.75% | 0.99% | - |
| XYZ | 22.49 | 13.82 | 93.58 | - |
| YUV | 94.53 | 216.87 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 252 | 0.75 | 0.68 | 0 | 0.01 | 234.6 | 0.97 | 0.62 |
| Hex | 3F | 50 | FC | 4B | 44 | 0 | 1 | EB | 61 | 3E |
| Octal | 77 | 120 | 374 | 113 | 104 | 0 | 1 | 353 | 141 | 76 |
| Binary | 111111 | 1010000 | 11111100 | 1001011 | 1000100 | 0 | 1 | 11101011 | 1100001 | 111110 |
Color Harmonies of #3F50FC
Complementary color
Monochromatic Colors of #3F50FC
Black with #3F50FC
Text Example
Text Example
White with #3F50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F50FC; }
p { color: rgb(63,80,252); }
H1.HeaderClassName
{
color: #3F50FC;
}
.AnyTagClassName
{
color: #3F50FC;
}
</style>
background-color css
<style>
a { background-color: #3F50FC; }
a { background-color: rgb(63,80,252); }
div.DivClassName
{
background-color: #3F50FC;
}
.BgClassName
{
background-color: #3F50FC;
}
</style>
border-color css
<style>
span { border-color: #3F50FC; }
span { border-color: rgb(63,80,252); }
td.TdClassName
{
border-color: #3F50FC;
}
.TagClassName
{
border-color: #3F50FC;
}
</style>